|
| From: | Jordi Gutiérrez Hermoso |
| Subject: | [Octave-bug-tracker] [bug #37521] clear('functions') deletes subfunctions |
| Date: | Wed, 19 Feb 2014 01:57:21 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 Iceweasel/26.0 |
Follow-up Comment #11, bug #37521 (project octave):
Sorry, this is what I meant:
function x = foo()
x = 1;
y = 1;
clear -exclusive x;
lol();
endfunction
function lol()
disp("lol");
endfunction
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?37521>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |