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