mirror of
https://github.com/nineties/planckforth
synced 2024-12-27 21:58:35 +01:00
Fixed a bug
This commit is contained in:
parent
051fd0eb2f
commit
d15eda8a11
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ s" -256" >number drop next-user-error !
|
||||||
|
|
||||||
\ Create new user defined error and returns error code.
|
\ Create new user defined error and returns error code.
|
||||||
: exception ( c-addr -- n )
|
: exception ( c-addr -- n )
|
||||||
next-user-error @ -rot add-error
|
next-user-error @ swap add-error
|
||||||
next-user-error @
|
next-user-error @
|
||||||
1 next-user-error -!
|
1 next-user-error -!
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue