RosettaCodeData/Task/Flow-control-structures/Phix/flow-control-structures-4.phix
2016-12-05 23:44:36 +01:00

4 lines
69 B
Text

for i=1 to 100 do
if a[i]=0 then continue end if
...
end for