CAT S$, N$
Concatenates the strings by appending N$ to S$.
This functionally the same as S$ = S$ + N$ but operates somewhat faster.
Concatenates the strings by appending N$ to S$.
This functionally the same as S$ = S$ + N$ but operates somewhat faster.