presentations/highlight-js/test/detect/scilab/default.txt

15 lines
278 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
// A comment
function I = foo(dims, varargin)
d=[1; matrix(dims(1:$-1),-1,1)]
for i=1:size(varargin)
if varargin(i)==[] then
I=[],
return;
end
end
endfunction
b = cos(a) + cosh(a);
bar_matrix = [ "Hello", "world" ];
foo_matrix = [1, 2, 3; 4, 5, 6];