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

5 lines
86 B
Plaintext

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