Literals/Integer: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: removed contradictory dunno, added personal tag)
Line 1,238: Line 1,238:
36 # base 36</pre>
36 # base 36</pre>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>b^^nnnn is a valid number in base b (with b ranging from 2 to 36) :
<lang Mathematica>b^^nnnn is a valid number in base b (with b ranging from 2 to 36) :
2^^1011
2^^1011