Mercurial Hosting > luan
diff website/src/diff.html.luan @ 1092:a26fbde7ee28
documentation
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 08 Jan 2017 17:23:06 -0700 |
parents | 616761e0b9f6 |
children | 5dbb552075ff |
line wrap: on
line diff
--- a/website/src/diff.html.luan Mon Jan 02 21:28:30 2017 -0700 +++ b/website/src/diff.html.luan Sun Jan 08 17:23:06 2017 -0700 @@ -132,6 +132,8 @@ <h3 heading><a name="stmt">Statements</a></h3> +<p>Luan adds the block terminators <b>end_do</b>, <b>end_for</b>, <b>end_function</b>, <b>end_if</b>, and <b>end_while</b>. These can be used to end the appropriate block type, but <b>end</b> can also be used to end any block.</p> + <p>Most statements in Luan are the same as Lua. Only those statements that differ will be listed here.</p> <h4 heading><a name="control">Control Structures</a></h4>