Mercurial Hosting > luan
comparison website/src/manual.html.luan @ 1276:623dfe0e2e73
change Luan.values
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 10 Dec 2018 15:04:09 -0700 |
parents | 95f6540b27f9 |
children | 5ba660381bd5 |
comparison
equal
deleted
inserted
replaced
1275:cc3dabc05f72 | 1276:623dfe0e2e73 |
---|---|
2168 | 2168 |
2169 <p> | 2169 <p> |
2170 Returns a function so that the construction | 2170 Returns a function so that the construction |
2171 | 2171 |
2172 <pre> | 2172 <pre> |
2173 for v in Luan.values(···) do <em>body</em> end | 2173 for i, v in Luan.values(···) do <em>body</em> end |
2174 </pre> | 2174 </pre> |
2175 | 2175 |
2176 <p> | 2176 <p> |
2177 will iterate over all values of <code>···</code>. | 2177 will iterate over all values of <code>···</code>. |
2178 | 2178 |