add INPUT variable for current eval stream
[rrq/rrqforth.git] / adoc / p_digits.adoc
1 // stdio.asm:   WORD p_digits,'DIGITS',dovariable
2
3 anchor:p_digits[]
4
5 === Word: DIGITS
6
7 ....
8 Data stack: ( -- a )
9 ....
10
11 "DIGITS" is a variable word that holds the character array for mapping
12 digit values to characters. It contains the 16 characters 0-9 and a-f.