Sending the “sound bell” sequence

bell

Send the “sound bell” sequence


SYNTAX

bell

Sends the sequence defined in the terminal parameter file as Sound Bell. This is Section 3 (Standard Control Sequences) Entry 11. The entry BEL indicates the standard ASCII bell character, $07.


EXAMPLE

if sys.Time = tmp.DinnerTime {
     bell
     info "Time for dinner!"
}