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

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

[Octave-bug-tracker] [bug #38758] Spurious display with nargin


From: Guillaume
Subject: [Octave-bug-tracker] [bug #38758] Spurious display with nargin
Date: Wed, 17 Apr 2013 11:25:55 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0

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

                 Summary: Spurious display with nargin
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Wed 17 Apr 2013 11:25:53 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Since recent changes in the Octave parser, I observe spurious displays due to
lines such as:


if nargin >=3, disp('test'); end


it displays:


ans = >=3
test


It doesn't happen with different call syntax:

if nargin>=3, disp('test'); end
if nargin >= 3, disp('test'); end
if nargin() >=3, disp('test'); end





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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