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