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
commit 9930b41696

View File

@ -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 + ...