Syntax:
Then: beep
Version Ref: 3.x
Description:
Beep makes a PC or terminal speaker beep once.
Examples:
Make a sound alerting the user to some condition, i.e., overshooting a credit limit.
If: 3 gt cl
Then: beep;show "Customer is over credit limit."
Make the beeper to go off at the grand-total point of a report and warn the operator that the report was almost finished.
@wgt If:
Then: beep