Code:
	public enum ValidCommands{
		help, bp, listbp, clearbp, cont, 
		lv, changelv, source, stov, 
		sti,  stout, p, halt , ft
	}
instead of help, how can I put in '?' without an error?

so I want this too work ...

Code:
	public enum ValidCommands{
		?, bp, listbp, clearbp, cont, 
		lv, changelv, source, stov, 
		sti,  stout, p, halt , ft
	}