Handbook
Glossary
change-enc_read_ctx ( object quot -- object )
Vocabulary
accessors
Inputs
object
an
object
quot
an
object
Outputs
object
an
object
Definition
USING:
kernel
;
IN:
accessors
:
change-enc_read_ctx
( object quot -- object )
over
[
[
enc_read_ctx>>
]
dip
call
]
dip
swap
>>enc_read_ctx
;
inline