Jump to content

Non-decimal radices/Input: Difference between revisions

m
forgot decimal
m (forgot decimal)
Line 697:
 
=={{header|Phix}}==
<lang Phix>?scanf("0b101010101234","%d")
?scanf("0b10101010","%d")
?scanf("#ABCD","%d")
?scanf("#FFFFFFFF","%f")
Line 704 ⟶ 705:
{{out}}
<pre>
{{1234}}
{{170}}
{{43981}}
7,806

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.