musicdem.def
来自「Welcome to PMOS. PMOS is a set of module」· DEF 代码 · 共 23 行
DEF
23 行
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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?