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