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