get-operator ( operators -- word )


Vocabulary
24-game

Inputs
operatorsan object


Outputs
wordan object


Definition


: get-operator ( operators -- word )
[ "Operators: %u\n" printf flush ] [
[ readln find-operator ]
[ "Operator not found..." print get-operator ] ?unless
] bi ;