function

output . response . sncode

VERSIONlatest Control output.

OUTPUT

NAME

output - Control output.

SYNOPSIS

output(bool);

DESCRIPTION

This function control the output of the program. Default is true. If you set it to false, all output will be blocked.

EXAMPLES

Note: In the followings examples, the _ between the { should be removed to make it work.

 res={_{ output(false) }}. return res=def

AUTHOR

Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>