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