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