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