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