|
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/
[Prev in Thread] | Current Thread | [Next in Thread] |