	/*** (C) Copyright 1984, 1985  S.R.I. International ***/

/*
 *
 *	Blank Command
 *
 */
CMD_Blank()
{

	/*
	 *	Noise word
	 */
	Noise("SCREEN");
	/*
	 *	Confirm
	 */
	Confirm();
	/*
	 *	Do it
	 */
	Blank_Screen();
}
