4 lines
161 B
Text
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
|