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