RosettaCodeData/Task/Copy-a-string/Lingo/copy-a-string-2.lingo

6 lines
92 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
put "X" before str
put "X" after str
put "X" into char 6 of str
put str
-- "XHellX world!X"