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