BEEP: --------------- This command simply makes the computer beep. Put this command anywhere and a noise will signal from the computer. Example: CLS PRINT "Hello! Press any key to make the computer beep." DO LOOP UNTIL INKEY$ = " " BEEP END