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