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