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