]> git.saurik.com Git - redis.git/blame_incremental - deps/lua/test/life.lua
Fixed arity detection of Redis command executed from Lua script. Error reporting...
[redis.git] / deps / lua / test / life.lua
... / ...
CommitLineData
1-- life.lua
2-- original by Dave Bollinger <DBollinger@compuserve.com> posted to lua-l
3-- modified to use ANSI terminal escape sequences
4-- modified to use for instead of while
5
6local write=io.write
7
8