too-high ( -- )


Vocabulary
numbers-game

Definition
USING: io ;

IN: numbers-game

: too-high ( -- ) "Too high" print ;