5 lines
64 B
Text
5 lines
64 B
Text
|
|
str = "Hello"
|
||
|
|
put " world!" after str
|
||
|
|
put str
|
||
|
|
-- "Hello world!"
|