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