Copy stdin to stdout: Difference between revisions

add Refal
(add Refal)
 
Line 639:
When invoked from a file: Lines are auto-chomped, so need to re-add newlines (hence .say rather than .print)
<syntaxhighlight lang="raku" line>.say for lines</syntaxhighlight>
 
=={{header|Refal}}==
<syntaxhighlight lang="refal">$ENTRY Go {
, <Card>: {
0 = ;
e.Line = <Go <Prout e.Line>>;
};
};</syntaxhighlight>
 
=={{header|REXX}}==
2,119

edits