Output

The out keyword can be used to write any message to the configured output writers.

Syntax

out [expression] ;

Examples

out (3 - 1) * 5;
out $myVar;
out calculateNumber(1, 2);