Literals/Integer: Difference between revisions

Content added Content deleted
(→‎=={{header|Visual Basic}}==: added Visual Basic example)
m (removed extra <lang futurebasic>)
Line 807: Line 807:
print " Octal &o144:", &o144, oct$(100)
print " Octal &o144:", &o144, oct$(100)
print " Binary &x1100100:", &x1100100, bin$(100)
print " Binary &x1100100:", &x1100100, bin$(100)
<lang futurebasic>
</lang>
</lang>
Output:
Output: