// compile.asm: WORD p_base,'BASE',dovariable anchor:p_base[] === Word: BASE .... Data stack: ( -- a ) .... "BASE" is a variable word for the numerical base used by input and output functions, <> and <>, when translating numbers between cell value form and text form. The numerical base is set to 10 or 16 by <> and <> respectively, and those are the only two bases currently supported. See also <>, which holds the mapping table from digits to text.