RosettaCodeData/Task/Loops-Foreach/LiveCode/loops-foreach.livecode

5 lines
161 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
repeat for each item x in "red, green, blue"
put x & cr
--wait 100 millisec -- req'd if you want to see in the LC Message Box (akin to repl)
end repeat