This page contains the following errors:

error on line 75 at column 140: Premature end of data in tag tr line 74

Below is a rendering of the page up to the first error.

git.saurik.com Git - redis.git/blame - deps/lua/test/life.lua
Merge remote-tracking branch 'origin/2.6' into 2.6
[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