new accessors
parent
c1bd4a7cdd
commit
eb5e72c7d3
|
@ -31,7 +31,7 @@ M: word reset
|
||||||
|
|
||||||
: word-inputs ( word -- seq )
|
: word-inputs ( word -- seq )
|
||||||
stack-effect [
|
stack-effect [
|
||||||
>r datastack r> effect-in length tail*
|
>r datastack r> in>> length tail*
|
||||||
] [
|
] [
|
||||||
datastack
|
datastack
|
||||||
] if* ;
|
] if* ;
|
||||||
|
@ -44,7 +44,7 @@ M: word reset
|
||||||
: leaving ( str -- )
|
: leaving ( str -- )
|
||||||
"/-- Leaving: " write dup .
|
"/-- Leaving: " write dup .
|
||||||
stack-effect [
|
stack-effect [
|
||||||
>r datastack r> effect-out length tail* stack.
|
>r datastack r> out>> length tail* stack.
|
||||||
] [
|
] [
|
||||||
.s
|
.s
|
||||||
] if* "\\--" print flush ;
|
] if* "\\--" print flush ;
|
||||||
|
|
Loading…
Reference in New Issue