Terminal control/Ringing the terminal bell: Difference between revisions

Content added Content deleted
(Added 11l)
(Added Quackery.)
Line 521: Line 521:
In Python 3.x:
In Python 3.x:
<lang python>print("\a")</lang>
<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}}==
=={{header|R}}==