Terminal control/Ringing the terminal bell: Difference between revisions

m
c#
(c#)
m (c#)
Line 76:
=={{header|C#}}==
Inside a function:
<lang c_sharpcsharp>// the simple version:
System.Console.Write("\a"); // will beep
System.Threading.Thread.Sleep(1000); // will wait for 1 second
Anonymous user