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