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