1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 04:52:13 +02:00

Merge pull request #836 from pallxk/master

[matlab/en] Fix block comment syntax.
This commit is contained in:
Levi Bostian
2014-10-30 20:33:58 -05:00

View File

@@ -15,10 +15,12 @@ If you have any feedback please feel free to reach me at
```matlab
% Comments start with a percent sign.
%{ Multi line comments look
%{
Multi line comments look
something
like
this %}
this
%}
% commands can span multiple lines, using '...':
a = 1 + 2 + ...