echo

The echo function provides a means in which to capture the contents of the input stream.

Syntax

result = echo ( terminator ) ;

Arguments

str terminator

Return Value

list result

Exceptions

%ARGUMENT : Invalid arguments. Usage: result = echo ( terminator ) ;

Description

The echo function is useful in cases where portions of the input code need to be captured by HyperScript.

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None