4 lines
74 B
Text
4 lines
74 B
Text
let string1$="Hello "
|
|
let string2$="world!"
|
|
print 1 string1$+string2$
|
|
end
|