Terminal control/Ringing the terminal bell: Difference between revisions

Add Seed7 example
(Added 6800 Assembly Example)
(Add Seed7 example)
Line 248:
 
=={{header|Ruby}}==
<lang pythonruby>print "\a"</lang>
 
=={{header|Seed7}}==
<lang seed7>$ include "seed7_05.s7i";
 
const proc: main is func
begin
write("\a");
end func;</lang>
 
=={{header|SNUSP}}==