Add k loop variable.
This commit is contained in:
@ -84,6 +84,7 @@ variable leaving
|
||||
: loop 1 aliteral postpone +loop ; immediate
|
||||
: i ( -- n ) postpone r@ ; immediate
|
||||
: j ( -- n ) rp@ 3 cells - @ ;
|
||||
: k ( -- n ) rp@ 5 cells - @ ;
|
||||
|
||||
( Exceptions )
|
||||
variable handler
|
||||
|
||||
@ -97,6 +97,7 @@ e: check-boot
|
||||
out: throw
|
||||
out: catch
|
||||
out: handler
|
||||
out: k
|
||||
out: j
|
||||
out: i
|
||||
out: loop
|
||||
|
||||
Reference in New Issue
Block a user