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