diff options
Diffstat (limited to 'lib/bc.lua')
-rw-r--r-- | lib/bc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ | |||
30 | -- print(bc.line(foo, 2)) --> 0002 KSTR 1 1 ; "hello" | 30 | -- print(bc.line(foo, 2)) --> 0002 KSTR 1 1 ; "hello" |
31 | -- | 31 | -- |
32 | -- local out = { | 32 | -- local out = { |
33 | -- -- Do something wich each line: | 33 | -- -- Do something with each line: |
34 | -- write = function(t, ...) io.write(...) end, | 34 | -- write = function(t, ...) io.write(...) end, |
35 | -- close = function(t) end, | 35 | -- close = function(t) end, |
36 | -- flush = function(t) end, | 36 | -- flush = function(t) end, |