Jump to content

Conditional structures: Difference between revisions

adding gap
(adding gap)
Line 1,353:
echo Neither begins with a or ends with z.
end</lang>
 
=={{header|GAP}}==
=== if then (elif then) else ===
<lang gap>if <condition> then
<statements>
elif <condition> then
<statements>
else
<statements>
fi;<lang>
 
=={{header|Go}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.