String append: Difference between revisions

Content added Content deleted
Line 196: Line 196:
Test at the console
Test at the console


<lang>astring count type Hello World! ok
<lang> ok
s" Hello " astring place ok
s" World!" astring +place ok
astring count type Hello World! ok
</lang>
</lang>