RosettaCodeData/Task/Binary-digits/Maple/binary-digits.maple
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

4 lines
78 B
Text

> convert( 50, 'binary' );
110010
> convert( 9000, 'binary' );
10001100101000