8 lines
202 B
Text
8 lines
202 B
Text
on KeyDown k
|
|
if toUpper(k) is among the items of "Y,N" then
|
|
answer "Thanks for your response"
|
|
else
|
|
answer "You need to enter Y or N"
|
|
end if
|
|
put empty into me
|
|
end KeyDown
|