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