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