|
From: | Rik |
Subject: | [Octave-bug-tracker] [bug #47705] function "localfunctions" not implemented |
Date: | Sat, 21 May 2016 14:56:47 +0000 (UTC) |
User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #14, bug #47705 (project octave): I tried to test this but I always get an empty cell array. The test function I used is shown below. function tst_lfun list = localfunctions () function b x = 1; end y = 1; end function c z = 1; function d w = 2; end end I also tried using the debugger and stepping through line 3 but the value of list is always empty. Something is happening, because the size of the empty cell array is 0x1 rather than 0x0. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47705> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |