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