AT&T Home | AT&T Labs | Research
AT&T Labs, Inc. - Research

The Yoix® Scripting Language

Home | What's New | Grammar | Documentation | Download | License | YChart | YDAT | YWAIT | Byzgraf | FAQs
beep () yoix.awt
 
Sounds an audio beep.
 
 Example:   Here is a little program
import yoix.*.*;

Array seconds = {.2, 1.0, .5};
int   n;

for (n = 0; n < seconds@sizeof; n++) {
    sleep(seconds[n]);
    beep();
}
that sleeps and beeps a few times.
 
 Return:   none

 

Yoix is a registered trademark of AT&T Inc.