Handbook
Glossary
score>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
score>>
( object -- value )
Methods
USING:
accessors
kernel.private
math
slots.private
snake-game.game
;
M:
snake-game
score>>
7
slot
{
integer
}
declare
;
inline
USING:
accessors
kernel.private
math
slots.private
tetris.game
;
M:
tetris
score>>
6
slot
{
integer
}
declare
;
inline