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