PRINT "Do you want to continue? (Y/N): ";
'semicolon saves position for user entry 'DO
' _DELAY .01 'put console window in front
' K$ = UCASE$(INKEY$) 'change any user key press to uppercase
'LOOP UNTIL K$ = "Y" OR K$ = "N"
PRINT K$
'print valid user entry