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