mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01: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
|
||||
% 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 + ...
|
||||
|
Loading…
Reference in New Issue
Block a user