This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/share/CodeBlocks/lexers/lexer_matlab.sample

18 lines
246 B
Plaintext

%%
% Sample Matlab preview code
% This is a block comment
%%
function ret_val = foo(in_par)
ret_val = []; % error
for (i=1:in_par)
disp(['i is currently = ' num2str(i)]);
end
diss('This is the end.');
ret_val = 1; % success