Copy stdin to stdout: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring, marked p2js incompatible)
(added Ol)
Line 463: Line 463:
done
done
with End_of_file -> ()</lang>
with End_of_file -> ()</lang>

=={{header|Ol}}==
<lang scheme>
(bytestream->port (port->bytestream stdin) stdout)
</lang>


=={{header|Pascal}}==
=={{header|Pascal}}==