Terminal control/Ringing the terminal bell: Difference between revisions

Added 11l
(add Standard ML)
(Added 11l)
Line 10:
In most terminals, if the &nbsp; [[wp:Bell character|Bell character]] &nbsp; (ASCII code '''7''', &nbsp; <big><code> \a </code></big> in C) &nbsp; is printed by the program, it will cause the terminal to ring its bell. &nbsp; This is a function of the terminal, and is independent of the programming language of the program, other than the ability to print a particular character to standard out.
<br><br>
 
=={{header|11l}}==
<lang 11l>print("\a")</lang>
 
=={{header|6800 Assembly}}==
1,481

edits