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