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