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