RosettaCodeData/Task/String-append/Lingo/string-append.lingo

5 lines
64 B
Plaintext

str = "Hello"
put " world!" after str
put str
-- "Hello world!"