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