Parameter syntax:
[ '[ERROR]' | '[WARNING]' | '[INFO]']? messageDisplays an alert dialog box containing the message specified by command parameter. Option [ERROR], [WARNING] or [INFO] specifies the type of the alert dialog box. Defaults to [INFO].
This command is useful to debug macro-commands.
Examples:
alert Hello, world! alert [ERROR]Syntax error.