Literals/Integer: Difference between revisions

Content deleted Content added
Eriksiers (talk | contribs)
added BASIC
→‎TI-89 BASIC: new example
Line 467:
% expr 727 == 0b1011010111
1</lang>
 
=={{header|TI-89 BASIC}}==
 
Binary, decimal, and hexadecimal are supported. The system base mode sets the default output base, but does not affect input; unmarked digits are always decimal.
 
0b10000001 = 129 = 0h81
 
=={{header|UNIX Shell}}==