String append: Difference between revisions

Content added Content deleted
No edit summary
Line 725: Line 725:
<syntaxhighlight lang="emal">
<syntaxhighlight lang="emal">
^|EMal has mutable strings;
^|EMal has mutable strings;
|the append methods changes the value in-place.
|the append method changes the value in-place.
|^
|^
text hello = "Hello, "
text hello = "Hello, "