OUTPUT Scalar Values

[attr := ] OUTPUT( expression [, NAMED( name ) ] )

This form is used to allow scalar expression output, particularly within SEQUENTIAL and PARALLEL actions.

Example:

OUTPUT(10) // scalar value output
OUTPUT('Fred') // scalar value output