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