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