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