rana-cli/tests/samples/codefiles/matlab/matlab.m
2017-06-07 23:32:03 -07:00

11 lines
227 B
Matlab
Executable file

function foo = bar(a, b, c)
% This is a variable
avariables = 0;
% =============================================================
% This is a Matlab comment
% =============================================================
end