Terminal control/Ringing the terminal bell: Difference between revisions

Added Quackery.
(Added 11l)
(Added Quackery.)
Line 521:
In Python 3.x:
<lang python>print("\a")</lang>
 
=={{header|Quackery}}==
 
On some platforms the bell will not ring until the output buffer is flushed e.g. by a cr/lf.
 
<lang Quackery>ding</lang>
 
=={{header|R}}==
1,488

edits