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