**CIGAL Reference Manual, Chapter 2 (Commands): ELSE** ===== ELSE -- Start the second block of conditional code in an IF/ELSE test ===== ** usage: } else {** The ELSE command can only be used as the second part of an IF statement, and must appear between the '}' and '{' characters as shown above. The block of commands following the ELSE command must terminate with another '}' command. **See Also:**\\ [[jvs:cigal:manual:chapter2:if|IF(2)]], [[jvs:cigal:manual:chapter1:syntax|SYNTAX(1)]] [[jvs:cigal|CIGAL Home]], [[jvs:cigal:manual|CIGAL Manual]], [[jvs:cigal:manual:chapter2|Commands List]], [[jvs:cigal:manual:help|Manual Help]]