Syntax:
INPUT in#$, x#, y#
Waits with a blinking carret for a user input. The background for the input is the current back-buffer.
Sample:
PRINT “Name:”, 100, 100INPUT name$, 100, 150BLACKSCREENPRINT “Name: “ + name$, 100, 100SHOWSCREENMOUSEWAIT