RosettaCodeData/Task/String-prepend/LiveCode/string-prepend.livecode
2016-12-05 23:44:36 +01:00

3 lines
61 B
Text

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