emacs-matlab/tests/mfuncnoendindent.m

16 lines
207 B
Matlab

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