5 lines
65 B
Text
5 lines
65 B
Text
|
|
str = "world!"
|
||
|
|
put "Hello " before str
|
||
|
|
put str
|
||
|
|
-- "Hello world!"
|