Handbook
Glossary
change-put_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-put_cipher_by_char
( object quot -- object )
over
[
[
put_cipher_by_char>>
]
dip
call
]
dip
swap
>>put_cipher_by_char
;
inline