3 lines
61 B
Text
3 lines
61 B
Text
put "world" into x
|
|
put "hello" before x
|
|
put x // hello world
|
put "world" into x
|
|
put "hello" before x
|
|
put x // hello world
|