6 lines
71 B
Text
6 lines
71 B
Text
STRCAT
|
|
SET S="STRING"
|
|
WRITE !,S
|
|
SET T=S_" LITERAL"
|
|
WRITE !,T
|
|
QUIT
|