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