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