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