Handbook
Glossary
numbers-game-loop ( actual -- )
Vocabulary
numbers-game
Inputs
actual
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
numbers-game
:
numbers-game-loop
( actual -- )
[
dup
guess-number
correct?
not
]
loop
drop
;