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