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