rana-cli/tests/samples/codefiles/matlab/with_headers/matlab.m
2018-03-15 01:15:16 -07:00

10 lines
227 B
Matlab
Executable file

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