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