RosettaCodeData/Task/Loops-Foreach/Ring/loops-foreach.ring
2023-07-01 13:44:08 -04:00

4 lines
86 B
Text

aList = "Welcome to the Ring Programming Language"
for n in aList
see n + nl
next