Menu

[r125]: / GcBasic / Demos / ding.gcb  Maximize  Restore  History

Download this file

19 lines (17 with data), 224 Bytes

#include <eracer.h>

MAIN:
 SET GREEN ON
 SET RED OFF
 Ding
 SET GREEN OFF
 SET RED ON
 Ding
goto MAIN

sub Ding
 FOR Temp = 1 to 3
  SET BUZZER ON
  Wait 10 ms
  SET BUZZER OFF
  Wait 30 10ms
 NEXT
end sub
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.