home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pmafire!mica.inel.gov!ux1!fcom.cc.utah.edu!park.uvcc.edu!ns.novell.com!newsun!sgiblab!zaphod.mps.ohio-state.edu!caen!kuhub.cc.ukans.edu!parsifal.umkc.edu!UMSLVMA.UMSL.EDU!C1935
- Newsgroups: soc.culture.indian
- Subject: INDIAN ANTHEM TUNE IN BASICA for IBM PC
- Message-ID: <168A0E781.C1935@UMSLVMA.UMSL.EDU>
- From: C1935@UMSLVMA.UMSL.EDU (KAILASH JOSHI)
- Date: Sun, 15 Nov 1992 22:27:45 GMT
- Sender: root@parsifal.umkc.edu (Parsifal Administration)
- Organization: UM ST. LOUIS
- Lines: 23
-
- This program when run in GWBASIC or BASICA plays
- the tune of Indian Anthem on IBM PCs. Once you type it in
- you can issues the command: BASICA ANTHEM.BAS, if
- anthem.bas is the name of file where you store it.
- Have fun. The loop at end is to delay the execution of system.
- _______________CUT_HERE_______________________________________
-
-
- 5 CLS
- 10 REM anthem
- 20 A1$="mb l8 t120 mn o3cdeee4eedef4e4eed4ddo2mlbo3dmnc2"
- 30 A2$="mn c4g4ggg4ggg4ggmlgf+agmnf4ffe4eedmlfmne2"
- 40 A3$="e4eee4edggg4f4f4e4eed4ddo2bo3dc1"
- 50 A4$="cdeee4eedef2efggg4fedfe1"
- 60 A5$="e4e4d4ddo2bo3dc1"
- 70 A6$="ggggg4ggg4ggmlgf+agmnf4ffe4eedfe1"
- 80 A7$="o4co3bo4c1o3bab1aga1cdeee4eedef1"
- 90 PLAY "xa1$;xa2$;xa3$;xa4$;xa5$;xa6$;":PLAY "xa7$;"
- 92 A=.99999:FOR C=1 TO 7000:A=A^1.0001:NEXT C
- 93 CLS
- 95 PRINT "THANK YOU!"
- 100 SYSTEM
-
-