Copy stdin to stdout: Difference between revisions

imported>Tromp
(cat in BLC)
 
(2 intermediate revisions by one other user not shown)
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
 
<syntaxhighlightpre>0010</syntaxhighlightpre>
 
in bit-wise BLC, andor any one of the 16 characters in the ASCII range from space to slash
 
<syntaxhighlightpre> !"#$%&'()*+,-./</syntaxhighlightpre>
 
forin byte-wise BLC.
 
=={{header|C}}==
56

edits