String append: Difference between revisions

Line 196:
Test at the console
 
<lang>astring count type Hello World! ok
s" Hello " astring place ok
s" World!" astring +place ok
astring count type Hello World! ok
</lang>
 
Anonymous user