Navigation

Operators and Keywords

Function List:

C++ API

Command: echo
Command: echo on
Command: echo off
Command: echo on all
Command: echo off all

Control whether commands are displayed as they are executed.

Valid options are:

on

Enable echoing of commands as they are executed in script files.

off

Disable echoing of commands as they are executed in script files.

on all

Enable echoing of commands as they are executed in script files and functions.

off all

Disable echoing of commands as they are executed in script files and functions.

With no arguments, echo toggles the current echo state.

Package: octave