7 lines
79 B
Text
7 lines
79 B
Text
PROC main:
|
|
LOCAL a$(12)
|
|
a$="Code"
|
|
a$="Rosetta "+a$
|
|
PRINT a$
|
|
GET
|
|
ENDP
|