Displays a line of text on a text frame.
ECHO "text
"text
text to display on the text frame; the double quote is mandatory
ECHO is useful in a RUN command.
ECHO
This entry echoes a blank line.
ECHO "This is a test
This entry prints This is a test on the text frame.