any-key? ( ... assoc quot: ( ... key -- ... ? ) -- ... ? )


Vocabulary
assocs

Inputs
assocan object
quota quotation with stack effect ( ... key -- ... ? )


Outputs
?an object


Definition


: any-key? ( ... assoc quot: ( ... key -- ... ? ) -- ... ? )
[ drop ] prepose assoc-find 2nip ; inline