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

9 lines
125 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
while condition1 do
while condition2 do
if condition3 then
goto l;
endif;
endwhile;
endwhile;
l:;