6 lines
95 B
Text
6 lines
95 B
Text
|
|
things = {"Apple", "Banana", "Coconut"};
|
||
|
|
|
||
|
|
for thing in (things)
|
||
|
|
player:tell(thing);
|
||
|
|
endfor
|