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