Skip to content

INKEY/INKEY$(n) does not work correctly when program is first run #32

@breakintoprogram

Description

@breakintoprogram

Running the following program

10 PRINT INKEY(1000);
20 GOTO 10

will read the CR key for the first second or so (the last key pressed after typing RUN)

BBC BASIC works like GET, but with a timeout, i.e. will obey keyboard repeat rate/delay

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status

    Released

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions