4 lines
94 B
Text
4 lines
94 B
Text
aString = "Welcome to the "
|
|
bString = "Ring Programming Language"
|
|
|
|
see astring + bString + nl
|