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