Battering away at a 3.2 program to knock it into a shape I feel easier to convert to WinDF.

I am convinced that I have in a previous lifetime been able to replace instances of

Code:
Inkey sCh
[KEY.RETURN] go to label
with
Code:
Inkey sCh
if (ascii(sCh)=15) go to label
Did I dream it?