Copy stdin to stdout: Difference between revisions

m
imported>Tromp
(cat in BLC)
imported>Tromp
Line 97:
=={{header|Binary Lambda Calculus}}==
 
As explained on https://www.ioccc.org/2012/tromp/hint.html, the `cat program' is the 4-bit prgramprogram
 
<syntaxhighlight>0010</syntaxhighlight>
 
in bit-wise BLC, andor any of the 16 characters in the ASCII range from space to slash
 
<syntaxhighlight> !"#$%&'()*+,-./</syntaxhighlight>
 
forin byte-wise BLC.
 
=={{header|C}}==
Anonymous user