Terminal control/Ringing the terminal bell: Difference between revisions

new Asymptote beep()
(→‎{{header|Bracmat}}: Added Bracmat example)
(new Asymptote beep())
Line 38:
Put(Ada.Characters.Latin_1.BEL);
end Bell;</lang>
 
=={{header|Asymptote}}==
<lang Asymptote>beep()</lang>
See [http://asymptote.sourceforge.net/doc/Data-types.html#index-g_t_0040code_007bbeep_007d-287 beep() in the Asymptote manual].
 
=={{header|AutoHotkey}}==
Line 44 ⟶ 48:
</lang>
 
This requires that you compile the exe in console mode (see Lexikos script to change this) or pipe the file through more: autohotkey bell.ahk |more
through more: autohotkey bell.ahk |more
 
=={{header|AWK}}==