Displays a string on your screen's prompt area
Supported Platforms: Windows and Mac OS
(prompt msg)
Type: String
Message to be displayed to the user.
Type: nil
Always returns nil.
On dual-screen AutoCAD configurations, prompt displays msg on both screens and is, therefore, preferable to princ.
(prompt "New value: ") New value: nil