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