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