super deep throat键盘按键对应的操作

Rem 开始 a = WaitKey() If a = 65 Then Call a() End If If a = 66 Then Call b() End If If a = 67 Then Call c() End If Goto 开始 Sub a //子程序a的内容 End Sub Sub b //子程序b的内容 End Sub Sub c //子程序c的内容 End Sub