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