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

4 lines
86 B
Text

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