4 lines
35 B
Text
4 lines
35 B
Text
|
|
for i in collection
|
||
|
|
print i
|
||
|
|
end
|