ref: ac23407c723cdcb12ddf4db973a10fd649f3c0ba dir: /lib/std/now.myr/
use "types" use "syswrap" pkg std = const now : (-> time) ;; /* microseconds since epoch */ const now = { -> curtime() }