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