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