Binary digits: Difference between revisions

(→‎{{header|F Sharp|F#}}: fix original example (couldn't be compiled), added alternative example with piping)
Line 964:
|> List.iter printBin
</lang>
Output (either version):
<pre>
101
110010
10001100101000
</pre>
 
=={{header|Factor}}==
Anonymous user