|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #40219] echo off all does not stop local echoing |
| Date: | Wed, 09 Oct 2013 16:15:46 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?40219>
Summary: echo off all does not stop local echoing
Project: GNU Octave
Submitted by: None
Submitted on: Wed 09 Oct 2013 16:15:45 UTC
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Assigned to: None
Originator Name: Keith Blow
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 3.2.4
Operating System: GNU/Linux
_______________________________________________________
Details:
The manual states:
`off all'
Disable echoing of commands as they are executed in script
files and functions.
the script:
function f=f(x)
y=3
f=x*y
endfunction
echo off all
f(2)
prints
y = 3
f = 6
ans = 6
whereas I would only expect the last line.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40219>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |