mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
Tested each sample.
This commit is contained in:
5
gem/ex8.lua
Normal file
5
gem/ex8.lua
Normal file
@ -0,0 +1,5 @@
|
||||
local input = source.file(io.stdin)
|
||||
local output, t = sink.table()
|
||||
output = sink.chain(normalize(CRLF), output)
|
||||
pump.all(input, output)
|
||||
io.write(table.concat(t))
|
Reference in New Issue
Block a user