2 lines
60 B
Text
2 lines
60 B
Text
items = { 1, 2, 3 }
|
|
for( item in items ) io.writeln( item )
|
items = { 1, 2, 3 }
|
|
for( item in items ) io.writeln( item )
|