This command will return an integer value of one if the left arrow key is being pressed, otherwise zero is returned.
Return Integer=LEFTKEY()
A one if the left arrow key is being pressed, otherwise zero is returned
cls do if leftkey()<>0 print "key= "+str$(leftkey()) endif loop end
INPUT Commands Menu Index