This command will append the two specified strings together.
APPEND$ string A, string B
string A
String This value is a string value encased in speech marks.
string B
This command does not return a value.
a$="dark basic " b$="pro" append$ a$,b$ print a$ do loop
TEXT Commands Menu Index