9 lines
115 B
Text
9 lines
115 B
Text
loop fff = 0 to 9
|
|
...
|
|
loop xx = 1 to 3
|
|
...
|
|
if fff > 2 then iterate fff
|
|
...
|
|
end
|
|
...
|
|
end fff
|