Jump to content

Terminal control/Ringing the terminal bell: Difference between revisions

PascalABC.NET
(alarm in BLC)
(PascalABC.NET)
 
Line 651:
=={{header|Pascal}}==
See [[Terminal_control/Ringing_the_terminal_bell#Delphi | Delphi]]
 
=={{header|PascalABC.NET}}==
<syntaxhighlight lang="delphi">
##
Console.Beep(440,1000);
</syntaxhighlight>
 
=={{header|Perl}}==
170

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.