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