RosettaCodeData/Task/Conditional-structures/Monicelli/conditional-structures.monicelli

9 lines
207 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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