seqlua

changeset 36:4f82d3b3dbd9

Removed wrong spaces in example output in README
author jbe
date Sun Aug 24 22:32:57 2014 +0200 (2014-08-24)
parents 332216604f83
children adf671e3458c
files README
line diff
     1.1 --- a/README	Sun Aug 24 22:24:19 2014 +0200
     1.2 +++ b/README	Sun Aug 24 22:32:57 2014 +0200
     1.3 @@ -194,7 +194,7 @@
     1.4        )
     1.5      end
     1.6      print(string.concat(",", custom))
     1.7 -    -- prints: one, two, three
     1.8 +    -- prints: one,two,three
     1.9      -- (note that "four" and "five" are not printed)
    1.10  
    1.11      tbl = {"alpha", "beta"}

Impressum / About Us