RosettaCodeData/Task/Loops-Foreach/Ring/loops-foreach.ring

5 lines
86 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
aList = "Welcome to the Ring Programming Language"
for n in aList
see n + nl
next