alert


Description:

Displays a text message to the user in the form of a popup window.

Usage:

alert text

Argument:

text string The text to display to the user.

Specifics:

Processing is suspended until the user closes the alert window.
This method is useful for debugging purposes.