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