String append: Difference between revisions

Content deleted Content added
Line 188: Line 188:
create astring 256 allot \ create a "string"
create astring 256 allot \ create a "string"


s" Hello" astring PLACE \ initialize the string
s" Hello " astring PLACE \ initialize the string


s" World!" astring +PLACE \ append with "+place"
s" World!" astring +PLACE \ append with "+place"