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