RosettaCodeData/Task/Loops-Foreach/LiveCode/loops-foreach.livecode
2023-07-01 13:44:08 -04: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