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