(defcc ;) (defcc ; ;) (defcc "John"; "Bill";) (defcc "a"; "that"; "the";) (defcc "ball"; "girl";) (defcc ; ;) (defcc "kicks"; "likes";) (defcc "jumps";) (compile (fn ) ["the" "girl" "likes" "the" "ball"]) (defcc := (= (length ) (length ));) (defcc a ; a;) (defcc b ; b;) (compile (fn ) [a a a b b b]) (compile (fn ) [a a a b b b b]) (defcc := (= );) (defcc a := (+ 1 ); a := 1;) (defcc b := (+ 1 ); b := 1;) (compile (fn ) [a a a a a b b b b b]) (compile (fn ) [a a a a a b b b b b]) (compile (fn ) [a a a c b b b b])