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