Displays a dialog box containing an error or warning message
Supported Platforms: Windows and Mac OS
(alert msg)
Type: String
The message to display in the alert box.
Type: nil
Always returns nil.
Display a message in an alert box:
(alert "That function is not available.")
Display a multiple line message, by using the newline character in string:
(alert "That function\nis not available.")