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: Rik
Subject: [Octave-bug-tracker] [bug #48031] command syntax fails when a local variable in another scope shadows command
Date: Sat, 28 May 2016 01:07:01 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

Really weird stuff here.

I modified foo.m to 


function foo ()
  exist axis
endfunction


And then


foo
clear -f
exist = 1;
foo
parse error near line 2 of file /home/rik/wip/Projects_Mine/octave-dev/foo.m

  syntax error

>>>   exist axis
exit
error: exist(115,_): but exist has size 1x1
error: ignoring const octave_execution_exception& while preparing to exit




    _______________________________________________________

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]