DECIMAL DEBUG DEFAULT-ORDER
DECIMAL ( -- )  
ansi .6.1.1170 <CORE>
set the BASE to 10
 simulate:
   : DECIMAL 10 BASE ! ;

reference: p4_decimal in ../src/core.c:0904, export CO DECIMAL