gophertype/pvt-www/_builtin/js/ace-1.4.8/demo/kitchen-sink/docs/matlab.matlab

17 lines
203 B
Matlab

%{
%{
Ace Matlab demo
%}
%}
classdef hello
methods
function greet(this)
disp('Hello!') % say hi
end
end
end
% transpose
a = [ 'x''y', "x\n\
y", 1' ]' + 2'