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