inexact-guess ( actual guess -- )


Vocabulary
numbers-game

Definition
USING: kernel math ;

IN: numbers-game

: inexact-guess ( actual guess -- )
< [ too-high ] [ too-low ] if ;