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