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