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