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