RosettaCodeData/Task/String-prepend/LiveCode/string-prepend.livecode

4 lines
61 B
Plaintext

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