Copy stdin to stdout: Difference between revisions

Added Forth implementation
m (Recovered Go entry which had been subsumed by F# entry.)
(Added Forth implementation)
Line 91:
copy()
</lang>
 
=={{header|Forth}}==
{{works with|gforth|0.7.3}}
<lang forth>stdin slurp-fid type bye</lang>
 
=={{header|Go}}==
Anonymous user