				 |I|c|e|
			Interactive Command Editor
			       Release 1.0
			   Summary of Commands
	
			[COMMAND RETRIEVAL]
	<ESC>	-	retrieve last DCL command or return to prompt
	CTRL/A	-	retrieve next DCL command (forwards)
	CTRL/B	-	retrieve next DCL command (backwards)
	CTRL/E	-	display all saved DCL commands
			[COMMAND EDITING]
	<BS>	-	move cursor to the left
	CTRL/F	-	move cursor to the right
	<DEL>	-	delete character to left of cursor
	CTRL/D	-	delete character over cursor
	<LF>	-	delete word to left of cursor
	CTRL/W	-	delete word to right of cursor
	CTRL/G	-	delete from cursor to end of line
	CTRL/U	-	delete entire DCL command line
	CTRL/R	-	re-write current DCL command line
			[MISCELLANEOUS]
	?	-	display this HELP text
	STOP	-	EXIT from ICE and return to DCL
