// compile.asm: WORD p_decimal,'DECIMAL',fasm anchor:p_decimal[] === Word: DECIMAL .... Data stack: ( -- ) .... "DECIMAL" is a function word that sets <> to 10. ==== .Word: DECIMAL [caption='Definition concept {counter:exec}: '] ---- : DECIMAL 10 BASE ! ; ---- ====