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