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