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