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