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