KEY? KEY L>NAME
KEY? ( -- flag )  
ansi 10.6.1.1755 <FACILITY>
if a character is available from the keyboard, return true. The KEY word will retrieve the actual character.

reference: p4_key_question in ../src/facility.c:0060, export CO KEY?