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