result = echo ( terminator ) ;
str terminator
- A string that identifies the end-of-stream.
- When the echo function encounters this string, the capture of the input stream is ended.
- You must put a ';' on the end of the end-of-stream terminator.
list result
- inputStream
The captured input stream is returned line by line in a str variable.
The STATUS variable is set to $ACKNOWLEDGE
%ARGUMENT : Invalid arguments. Usage: result = echo ( terminator ) ;
The echo function is useful in cases where portions of the input code need to be captured by HyperScript.
None