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