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