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

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

[Octave-bug-tracker] [bug #36818] same line if + more


From: anonymous
Subject: [Octave-bug-tracker] [bug #36818] same line if + more
Date: Mon, 09 Jul 2012 18:26:43 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:9.0a2) Gecko/20111101 Firefox/9.0a2

URL:
  <http://savannah.gnu.org/bugs/?36818>

                 Summary: same line if + more
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 09 Jul 2012 06:26:43 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I get a syntax error for the following line in octave 3.6.2:


if(exist('OCTAVE_VERSION')~=0) more off; end


while:


if(exist('OCTAVE_VERSION')~=0)
 more off;
end


seems ok. Yet:


if(exist('OCTAVE_VERSION')~=0) fflush(stdout); end


works nicely.

Is this a bug(?) related to non the parenthesized argument of more?

See:

http://stackoverflow.com/questions/11383614/octave-same-line-if-more




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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