emacs-matlab/tests/mfuncnoend.m

16 lines
187 B
Matlab

function mfuncnoend
% A function file that does not have ends at the end of functions.
%
% %%% function nil nil
fcn_call(1)
function fcn_call(idx)
if idx > 0
fcn_call(ix-1)
end