octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #40219] echo off all does not stop local echoi


From: Rik
Subject: [Octave-bug-tracker] [bug #40219] echo off all does not stop local echoing
Date: Wed, 09 Oct 2013 18:21:53 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Update of bug #40219 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Adding a bit more, try 'help echo', to find that echo controls echoing of
*commands* only.  If you don't want to see the results of *calculations* you
need to add a ';' to the end of the lines where output should be suppressed.


a = 1;  # no output
a = 1   # output shown
a =  1


This isn't a bug, merely a misunderstanding, so I'm closing the report.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40219>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]