Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 1923:d2a1dbfd402f
remove version
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 20 Apr 2025 20:54:34 -0600 |
| parents | f8ca4a147ac9 |
| children | 4206242c7a13 |
comparison
equal
deleted
inserted
replaced
| 1922:81cd2b1dab52 | 1923:d2a1dbfd402f |
|---|---|
| 2413 for i, v in Luan.values(···) do <em>body</em> end | 2413 for i, v in Luan.values(···) do <em>body</em> end |
| 2414 </pre> | 2414 </pre> |
| 2415 | 2415 |
| 2416 <p> | 2416 <p> |
| 2417 will iterate over all values of <code>···</code>. | 2417 will iterate over all values of <code>···</code>. |
| 2418 </p> | |
| 2419 <% | |
| 2420 end | |
| 2421 } | |
| 2422 ["Luan.VERSION"] = { | |
| 2423 title = "Luan.VERSION" | |
| 2424 content = function() | |
| 2425 %> | |
| 2426 <p> | |
| 2427 A global variable (not a function) that | |
| 2428 holds a string containing the current Luan version. | |
| 2429 </p> | 2418 </p> |
| 2430 <% | 2419 <% |
| 2431 end | 2420 end |
| 2432 } | 2421 } |
| 2433 } | 2422 } |
