RosettaCodeData/Task/Loops-Foreach/LiveCode/loops-foreach.livecode
2016-12-05 23:44:36 +01:00

4 lines
161 B
Text

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