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
projects
/
redis.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge remote-tracking branch 'origin/2.6' into 2.6
[redis.git]
/
deps
/
lua
/
test
/
life.lua
Commit
Line
Data
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
6
local write=io.write
7
8