Jump to content

Conditional structures: Difference between revisions

Conditional in Monicelli
(Conditional in Monicelli)
Line 2,352:
IO.Put("Something\n");
END;</lang>
 
=={{header|Monicelli}}==
Monicelli has a single conditional structure that covers both if/then/else and switch/case
<lang monicelli>
che cosè var? # switch var
minore di 0: # case var < 0
...
maggiore di 0: # case var > 0
...
o tarapia tapioco: # else (none of the previous cases)
...
e velocità di esecuzione
</lang>
 
=={{header|MUMPS}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.