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