echo(false) turns off all output when executing interactive commands or a script, echo(true) turns it on again.
echo(false)
echo(true)
function echo input Boolean setEcho; output Boolean newEcho; end echo;