4 lines
86 B
Text
4 lines
86 B
Text
aList = "Welcome to the Ring Programming Language"
|
|
for n in aList
|
|
see n + nl
|
|
next
|