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