Displays a message to the user.
Message (title, text )
(s) title: title of the message box.
(s) text: text to display in the message box.
(i) 1
Message("Current directory is", DirGet( ))
which produces:
Display, Pause