diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-20 04:51:55 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-06-20 04:51:55 +0000 |
| commit | 37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (patch) | |
| tree | 33f7d8fbbc2860378059810c5372aadc140f1305 /samples | |
| parent | ae4ba2aa98af4e6d035850fcbc5985cea94f25fa (diff) | |
| download | luasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.tar.gz luasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.tar.bz2 luasocket-37f7af4b9f1250e3c3439df03d43cf291a4d6f37.zip | |
Added check-links-nb.lua that check links in a non-blocking way.
Diffstat (limited to 'samples')
| -rw-r--r-- | samples/forward.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/forward.lua b/samples/forward.lua index a53ab5d..548a753 100644 --- a/samples/forward.lua +++ b/samples/forward.lua | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | local socket = require"socket" | 2 | local socket = require"socket" |
| 3 | 3 | ||
| 4 | -- creates a new set data structure | 4 | -- creates a new set data structure |
| 5 | function newset(a) | 5 | function newset() |
| 6 | local reverse = {} | 6 | local reverse = {} |
| 7 | local set = {} | 7 | local set = {} |
| 8 | return setmetatable(set, {__index = { | 8 | return setmetatable(set, {__index = { |
