

SYNOPSIS
   	string set_prompt(string new_prompt | 0, object interactive);

DESCRIPTION
    	Sets a new input-prompt for an intersctive. If there is a
	0 given instead of a new_prompt, the prompt will not change.
	
	The function returns the old prompt-string.
