Conditional structures: Difference between revisions

Content added Content deleted
Line 1,355: Line 1,355:


=={{header|GAP}}==
=={{header|GAP}}==
=== if then (elif then) else ===
=== if-then-else ===
<lang gap>if <condition> then
<lang gap>if <condition> then
<statements>
<statements>