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