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