Literals/Integer: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m →‎{{header|Phix}}: removed contradictory dunno, added personal tag
Shuisman (talk | contribs)
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