CLEAR_OUTPUT

NAME

clear_output - Clears current buffer.

SYNOPSIS

clear_output*();

DESCRIPTION

This function is used to discard the contents of the output buffer (a temporary memory used to store output or input) immediatly. It does not destroy the output. 

EXAMPLES

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

res={_{ "def"; clear_output(); "abc" }}. return abc.

SEE ALSO

Utils

AUTHOR

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

MODIFICATIONS

1.0 2014-09-09 21:24:14 laplante@sednove.com