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