rana-cli/tests/samples/codefiles/matlab/matlab.m

11 lines
227 B
Mathematica
Raw Normal View History

2017-06-08 06:32:03 +00:00
function foo = bar(a, b, c)
% This is a variable
avariables = 0;
% =============================================================
% This is a Matlab comment
% =============================================================
end