mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
export print-int and print-uint
This commit is contained in:
parent
3ad520d275
commit
d9c56df176
1 changed files with 1 additions and 0 deletions
|
@ -2718,6 +2718,7 @@ variable included-list
|
|||
char [char] key emit spaces
|
||||
.s . .r u. u.r dec. hex. type typen
|
||||
." s" bl '\n' cr space base decimal hex
|
||||
print-int print-uint
|
||||
catch throw success
|
||||
: ; [ ] immediate create >body :noname does>
|
||||
variable constant value to
|
||||
|
|
Loading…
Reference in a new issue