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

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

[Octave-bug-tracker] [bug #48031] command syntax fails when a local vari


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #48031] command syntax fails when a local variable in another scope shadows command
Date: Thu, 26 May 2016 17:22:34 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #1, bug #48031 (project octave):

Ok, an even simpler example:


type foo.m
function foo ()
  axis tight
endfunction

foo  ## no error here
axis = [];
foo  ## no error here because the function was already parsed
clear -f
foo  ## parse error on axis command



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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