(defcc := (= );) (defcc X := skip where (not (= X b)); ;) (compile (fn ) [a a a a a c c % b b b b b]) (defcc := true where (and (= ) (= ));) (defcc a := (+ 1 ); a := 1;) (defcc b := (+ 1 ); b := 1;) (defcc c := (+ 1 ); c := 1;)