Mercurial Hosting > luan
comparison website/src/diff.html.luan @ 1660:2968e43cdd44
manual work
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 19 Apr 2022 23:46:06 -0600 |
| parents | 418b610e887b |
| children | ba43135bb98d |
comparison
equal
deleted
inserted
replaced
| 1659:500c706ed4ea | 1660:2968e43cdd44 |
|---|---|
| 96 title = "Lexical Conventions" | 96 title = "Lexical Conventions" |
| 97 content = function() | 97 content = function() |
| 98 %> | 98 %> |
| 99 <p>Unlike Lua, Luan considers the end of a line to be the end of a statement. This catches errors and encourages readability. If you want to continue a statement on another line, you can use a backslash followed by a newline which will be treated as white space.</p> | 99 <p>Unlike Lua, Luan considers the end of a line to be the end of a statement. This catches errors and encourages readability. If you want to continue a statement on another line, you can use a backslash followed by a newline which will be treated as white space.</p> |
| 100 | 100 |
| 101 <p>Luan has exactly the same set of keywords as Lua and has the same other lexical conventions.</p> | 101 <p>Luan has a similar set of keywords to Lua and has the same other lexical conventions.</p> |
| 102 <% | 102 <% |
| 103 end | 103 end |
| 104 } | 104 } |
| 105 vars = { | 105 vars = { |
| 106 title = "Variables" | 106 title = "Variables" |
