mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
refine error message
This commit is contained in:
parent
145faaf502
commit
68d9c70c7a
1 changed files with 6 additions and 2 deletions
|
@ -1294,7 +1294,9 @@ create word-buffer s" 64" >number drop cell+ allot drop
|
||||||
then
|
then
|
||||||
error>next
|
error>next
|
||||||
repeat
|
repeat
|
||||||
." Unknown error code: " . cr
|
." Unknown error code: "
|
||||||
|
word-buffer type
|
||||||
|
." (" 0 .r ." )" cr
|
||||||
bye
|
bye
|
||||||
then
|
then
|
||||||
again
|
again
|
||||||
|
@ -1664,7 +1666,9 @@ stdin_ push-inputstream
|
||||||
then
|
then
|
||||||
error>next
|
error>next
|
||||||
repeat
|
repeat
|
||||||
." Unknown error code: " . cr
|
." Unknown error code: "
|
||||||
|
word-buffer type
|
||||||
|
." (" 0 .r ." )" cr
|
||||||
bye
|
bye
|
||||||
then
|
then
|
||||||
again
|
again
|
||||||
|
|
Loading…
Reference in a new issue