<< display | Display format | format >> |
state = echo() |
echo() |
echo('on') |
echo('off') |
enable echo mode (default)
disable echo mode
a string: 'on' or 'off'
echo('off') disable echo mode.
Without input and output arguments, echo toggles the current echo state.
an example
R = echo
echo('on')
A = 1+1
echo('off')
A = A+1
echo(R)
A
disp.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET