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