mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +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
|
||||
error>next
|
||||
repeat
|
||||
." Unknown error code: " . cr
|
||||
." Unknown error code: "
|
||||
word-buffer type
|
||||
." (" 0 .r ." )" cr
|
||||
bye
|
||||
then
|
||||
again
|
||||
|
@ -1664,7 +1666,9 @@ stdin_ push-inputstream
|
|||
then
|
||||
error>next
|
||||
repeat
|
||||
." Unknown error code: " . cr
|
||||
." Unknown error code: "
|
||||
word-buffer type
|
||||
." (" 0 .r ." )" cr
|
||||
bye
|
||||
then
|
||||
again
|
||||
|
|
Loading…
Reference in a new issue