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