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