]> git.saurik.com Git - redis.git/blame - deps/lua/test/life.lua
Updated to unstable
[redis.git] / deps / lua / test / life.lua
CommitLineData
21d3294c 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