5 lines
92 B
Text
5 lines
92 B
Text
put "X" before str
|
|
put "X" after str
|
|
put "X" into char 6 of str
|
|
put str
|
|
-- "XHellX world!X"
|