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