Non-decimal radices/Convert: Difference between revisions

(→‎{{header|Forth}}: fix comments)
Line 165:
42
2 base !
. // \ 101010
hex
. //\ 2A
decimal
 
Many variants of Forth support literals in some bases, such as hex, using a prefix
$ff . // \ 255
 
=={{header|Haskell}}==
Anonymous user