public void EscapeSlashes(params string[] argv) { Console.WriteLine(Compiler.JoinAguments(argv)); } }