Copy stdin to stdout: Difference between revisions

(Corrected alphabetical ordering)
Line 116:
 
=={{header|Lua}}==
<lang luapre>lua -e 'for linex in io.lines() do print(x) end'</pre>
print(line)
end</lang>
 
=={{Header|Mercury}}==
Anonymous user