- ⌂ Flow Control
- Directives
#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
- text - Text string or cScript expression that evaluates to a text string.
Example
#/ Outuput "This is a text string"
#ECHO('This is a text string.')