diff options
author | jmaud <maudlin.johnathan@gmail.com> | 2014-10-31 15:55:35 -0400 |
---|---|---|
committer | jmaud <maudlin.johnathan@gmail.com> | 2014-10-31 15:55:35 -0400 |
commit | 44ce611cc1faffbcf922200672a6715c8872615b (patch) | |
tree | b6d7ee2abc5ddd845313a8e14da1d35f6bcfd0b8 /matlab.html.markdown | |
parent | 259c144eeb7b349a00891eb7bfa26ed564dfe580 (diff) | |
parent | cd7a2e72d5850974ecd330004f3546adfbd4fe75 (diff) |
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Merge from upstream
Diffstat (limited to 'matlab.html.markdown')
-rw-r--r-- | matlab.html.markdown | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/matlab.html.markdown b/matlab.html.markdown index 121f16de..2b9077d5 100644 --- a/matlab.html.markdown +++ b/matlab.html.markdown @@ -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 + ... |