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