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

8 lines
126 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
while condition1 do
while condition2 do
if condition3 then
quitloop(2);
endif;
endwhile;
endwhile;