Displays a string on your screen's prompt area
(prompt msg)
On dual-screen AutoCAD configurations, prompt displays msg on both screens and is, therefore, preferable to princ .
Arguments
A string.
Return Values
nil
Examples
Command: (prompt "New value: ")
New value: nil