update inbox list
This commit is contained in:
14
vendor/scrivo/highlight.php/test/detect/scilab/default.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/detect/scilab/default.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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];
|
||||
Reference in New Issue
Block a user