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