Re: Missing in misc.e
- Posted by don cole <doncole at pa?bell?net> Jul 21, 2007
- 692 views
CChris wrote: > <snip> > global function sign(object x) > if atom(x) then > return compare(x,0.0) > else > for i=1 to length(x) do x[i]=sign(x[i])----------error------------ > end for > return x > end if > end function > </eucode> {{{ > for reasons very similar to the ones exposed in 5/ above. > > HTH > CChris Hello CChris, You can't do this, can you? Call a function the middle of that function? Don Cole