Terminal control/Ringing the terminal bell: Difference between revisions

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