RosettaCodeData/Task/Flow-control-structures/Pop11/flow-control-structures-1.pop11

8 lines
126 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
while condition1 do
while condition2 do
if condition3 then
quitloop(2);
endif;
endwhile;
endwhile;