Terminal control/Ringing the terminal bell: Difference between revisions

Content added Content deleted
(→‎{{header|Kotlin}}: Updated example see https://github.com/dkandalov/rosettacode-kotlin for details)
(added Applescript)
Line 45: Line 45:
Put(Ada.Characters.Latin_1.BEL);
Put(Ada.Characters.Latin_1.BEL);
end Bell;</lang>
end Bell;</lang>

=={{header|Applescript}}==
<lang applescript>
beep
</lang>


=={{header|Asymptote}}==
=={{header|Asymptote}}==