String append: Difference between revisions

Content deleted Content added
Line 188:
create astring 256 allot \ create a "string"
 
s" Hello " astring PLACE \ initialize the string
 
s" World!" astring +PLACE \ append with "+place"