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