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