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