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