emacs-matlab/tests/cellscript.m
2019-11-23 08:52:58 -05:00

19 lines
No EOL
155 B
Matlab

%% Script with Cells in it for testing 'run cell'
%
if true
A = 1:10
end
%% Cell 2
if true
B = 10:15
end
%% cell 3
if true
C = -10:-1
end