DEC     -- ARMweb only
 
Syntax


DEC

Description


When typed as the only word on the line, it will set the default number base to decimal for debug commands.

The default number base is normally decimal.

This is a command line operation, and should NOT be included in a BASIC program.

Example

   ' this is an ARMweb example  -- won't work on others
  
>x = $1000
DEC  
.x
     ' will display 4096 
   
Differences from other BASICs

See also