RosettaCodeData/Task/String-prepend/LiveCode/string-prepend.livecode
2023-07-01 13:44:08 -04:00

3 lines
61 B
Text

put "world" into x
put "hello" before x
put x // hello world