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

5 lines
86 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
aList = "Welcome to the Ring Programming Language"
for n in aList
see n + nl
next