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