You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.