makes-24? ( a b c d -- ? )
The Game of 24

Prev:make-24 ( -- array )


Vocabulary
24-game

Inputs
aan integer
ban integer
can integer
dan integer


Outputs
?a boolean


Word description
Tells if it is possible to win 24-game with these integers.

Definition