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

4 lines
61 B
Text
Raw Normal View History

2023-07-01 11:58:00 -04:00
put "world" into x
put "hello" before x
put x // hello world