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

5 lines
161 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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