prompt(OldPrompt, NewPrompt)

The current read prompt is replaced by a new prompt.  For example:

        prompt(X, '$ ')?

        X = ': '


To find out what the current prompt is without chaning it, use

                       prompt(X, X)?
