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