Terminal control/Ringing the terminal bell: Difference between revisions

→‎{{header|Julia}}: A new entry for Julia
(Nimrod -> Nim)
(→‎{{header|Julia}}: A new entry for Julia)
Line 234:
}</lang>
 
=={{header|Julia}}==
{{works with|Linux}}
<lang Julia>
println("This should ring a bell.\a")
</lang>
 
{{out}}
<pre>
This should ring a bell.
</pre>
 
And it does, provided that the bell is enabled on your terminal.
 
=={{header|Lasso}}==