seqlua

changeset 42:a862f3246b48

Clarified paragraph in README (because there are four functions above, including the local function)
author jbe
date Mon Aug 25 03:44:51 2014 +0200 (2014-08-25)
parents 54647a56a47a
children 1a0ce77d9e4b
files README
line diff
     1.1 --- a/README	Mon Aug 25 03:42:34 2014 +0200
     1.2 +++ b/README	Mon Aug 25 03:44:51 2014 +0200
     1.3 @@ -88,8 +88,8 @@
     1.4  
     1.5  This extension, however, modifies Lua's ``ipairs`` statement in such way that
     1.6  it automatically accepts either a table or an iterator function as argument.
     1.7 -Thus, the first of the three functions above will accept both (table) sequences
     1.8 -and (function) iterators.
     1.9 +Thus, the first of the three ``write_lines`` functions above will accept both
    1.10 +(table) sequences and (function) iterators.
    1.11  
    1.12  In addition to the modification of ``ipairs``, it also provides C functions and
    1.13  macros to iterate over values in the same manner as a generic loop statement

Impressum / About Us