too-low ( -- )


Vocabulary
numbers-game

Definition
USING: io ;

IN: numbers-game

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