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