Terminal control/Ringing the terminal bell: Difference between revisions

add gnuplot
(PL/I entry created)
(add gnuplot)
Line 109:
 
<lang forth>^G emit</lang>
 
=={{header|gnuplot}}==
<lang gnuplot>print "\007"</lang>
 
=={{header|Haskell}}==