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