operators ( array -- operators )


Vocabulary
24-game

Definition
USING: kernel math sequences ;

IN: 24-game

: operators ( array -- operators )
length 3 < [ \ rot (operators) remove ] [ (operators) ] if
;