sound(string name)

Plays a .wav sound file.

Parameters:

name

Name of the sound file, f.i. "test.wav". If the file is not found in the Zorro folder, a standard chime is played.

Remarks:

Example:

sound("win.wav");

See also:

printf, progress

► latest version online