If then... else if then...: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 5:
}}
The '''if <> else if <> then''' block is a c-block (also known as an e-block in this case) that runs the code in the if statement if the first boolean is true, and if not, it checks if the second boolean is true and if so runs the code in the else if. To get this block, one must add the "Control Expansion" extension.
==Workaround==
This block can be worked around by using an if <> then else block, and putting a "if block" inside of the else portion.
[[Category:C-Shape Blocks]]
[[Category:Control Blocks/Expansion]]
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu