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