webCOMAND

#ECHO

Write text to output.  When publishing, output is the file getting published.  When running from the command-line, output is the screen, also known as standard output or STDOUT.

Prototype

#ECHO(text)

Parameters

Example

#/ Outuput "This is a text string"
#ECHO('This is a text string.')