BEEP

From Liberty BASIC Family
Jump to navigation Jump to search
Supported in Just BASIC Supported in Liberty BASIC Not supported in Liberty BASIC 5 Not supported in Run BASIC

Description

This command will play the default system sound.

Syntax

  1. BEEP

Hints

It works only in Win9x/ME systems.
If you want to play the default sound in a newer OS use the PLAYWAVE command instead.

Example

var = 1
If var = 1 Then BEEP

Useful Procedures

' Place a useful function using this keyword here