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