static void Main(string[] args)
 {
     AST.ConsIterator(Test3(), cons => Console.WriteLine(cons));
     Console.ReadKey();
 }