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