PROC main: LOCAL src$(6),dst$(5) src$="Hello" dst$=src$ src$="world!" PRINT dst$,src$ GET ENDP