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