Language:
Русский
English
NoSound (procedure) (Crt unit)
Turns off the computer's internal speaker.
Declaration
procedure NoSound;
Target
Real, Protected
Remarks
The following program fragment emits a 440-hertz tone for half a second:
Sound(440);
Delay(500);
NoSound;