Handbook
Glossary
subtract-string-offset ( ofs entry-new -- entry-new )
Vocabulary
ldcache
.
private
Inputs
ofs
an
object
entry-new
an
object
Outputs
entry-new
an
object
Definition
USING:
accessors
kernel
math
;
IN:
ldcache.private
:
subtract-string-offset
( ofs entry-new -- entry-new )
over
[
-
]
curry
change-key
swap
[
-
]
curry
change-value
;