Non-decimal radices/Input: Difference between revisions

Content added Content deleted
Line 588: Line 588:
end
end
</lang>
</lang>
If not specify the base it will figure out the base from the prefix
If not specify the base it will figure out the base from the prefix:
<lang julia>
<lang julia>
@show parse(Int, "123459")
@show parse(Int, "123459")