Handbook
Glossary
<wordlet-game> ( secret-word chances -- wordlet-game )
Vocabulary
wordlet
Inputs
secret-word
an
object
chances
an
object
Outputs
wordlet-game
an
object
Definition
USING:
accessors
kernel
;
IN:
wordlet
:
<wordlet-game>
( secret-word chances -- wordlet-game )
wordlet-game
new
swap
>>chances
swap
>>secret-word
V{
}
clone
>>guesses
;
inline