mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 18:11:38 +00:00
Merge pull request #836 from pallxk/master
[matlab/en] Fix block comment syntax.
This commit is contained in:
commit
9930b41696
@ -15,10 +15,12 @@ If you have any feedback please feel free to reach me at
|
|||||||
```matlab
|
```matlab
|
||||||
% Comments start with a percent sign.
|
% Comments start with a percent sign.
|
||||||
|
|
||||||
%{ Multi line comments look
|
%{
|
||||||
|
Multi line comments look
|
||||||
something
|
something
|
||||||
like
|
like
|
||||||
this %}
|
this
|
||||||
|
%}
|
||||||
|
|
||||||
% commands can span multiple lines, using '...':
|
% commands can span multiple lines, using '...':
|
||||||
a = 1 + 2 + ...
|
a = 1 + 2 + ...
|
||||||
|
Loading…
Reference in New Issue
Block a user