Futurebasic/Language/Reference/beep

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Beep[edit | edit source]

Statement[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax[edit | edit source]

beep

Description[edit | edit source]

This statement produces a system beep as defined by the Sound control panel. Useful for alerting the user that the application needs attention.

Example[edit | edit source]

for count = 1 to 5
  beep   'exciting five-beep mono-melody
next

Notes[edit | edit source]

No special notes.

See Also[edit | edit source]

sound

Language Reference