diff website/src/diff.html @ 1645:0af6a9d6d12f

minor - keywords
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 03 Mar 2022 22:41:07 -0700
parents d3e61cd2aca0
children
line wrap: on
line diff
--- a/website/src/diff.html	Sat Jan 29 18:33:18 2022 -0700
+++ b/website/src/diff.html	Thu Mar 03 22:41:07 2022 -0700
@@ -138,6 +138,8 @@
 
 <p>The Luan <b>if</b>, <b>while</b>, and <b>repeat</b> statement are the same as in Lua except that the condition expression must return a boolean value.  Any other value type will produce an error.  This helps catch errors and makes code more readable.</p>
 
+<p>Luan adds the <b>continue</b> statement which is used inside loops.</p>
+
 <p>Luan does not have a <b>goto</b> statement.</p>
 
 <h4 heading><a name="for" href="#for">For Statement</a></h4>