Skip to content
Magnar Sveen edited this page Apr 3, 2015 · 2 revisions

ci Cycle between if and if-not

This command finds the closest if or if-not up the syntax tree and toggles it. It also transposes the "else" and "then" branches, keeping the semantics the same as before. It errors for "if" statements with no "else" branch.