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