// compile.asm: WORD p_hex,'HEX',fasm anchor:p_hex[] === Word: HEX .... Data stack: ( -- ) .... "HEX" is a function word that sets <> to 16, which uses letters a-f as additional digits. (Uppercase letter are also accepted on input). ==== .Word: HEX [caption='Definition concept {counter:exec}: '] ---- : HEX 16 BASE ! ; ---- ====