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