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