Overview (ECHO command)
ECHO
displays the
quoted text string as text output.
Basic Specification
The basic specification is the command name ECHO
followed by a quoted text string.
Syntax Rules
The text string must be enclosed in single or double quotes, following the standard rules for quoted strings.
- The text string can be continued on multiple lines by enclosing each line in quotes and using the plus sign (+) to combine the strings; the string will be displayed on a single line in output.