PickBASIC / FlashBASIC

inputclear statement

.md

The inputclear statement clears the keyboard type-ahead buffer.

Syntax

inputclear

Example(s)

printDo you wish to continue? (y/n) ’:
inputclear
input answer,1

See also

Referenced by