RosettaCodeData/Task/Loops-Foreach/MOO/loops-foreach.moo
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
95 B
Text

things = {"Apple", "Banana", "Coconut"};
for thing in (things)
player:tell(thing);
endfor