home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
pmos2002.zip
/
DEF
/
MUSICDEM.DEF
< prev
next >
Wrap
Text File
|
1989-06-25
|
694b
|
23 lines
DEFINITION MODULE MusicDemonstration;
(********************************************************)
(* *)
(* Test of module Music. *)
(* *)
(* Programmer: P. Moylan *)
(* Last edited: 24 June 1989 *)
(* Status: *)
(* Working. Musically, it could be polished up a *)
(* little, but from the software development *)
(* viewpoint it is complete - module Music does *)
(* indeed work as desired. *)
(* *)
(********************************************************)
PROCEDURE WaitForEndOfMusic;
(* Synchronization procedure: does not return until the music *)
(* demonstration is over. *)
END MusicDemonstration.