// (C) 2008-2009 Dr. Gergo ERDI using System.Collections.Generic; using Alef.Runtime; class Foo { static void Main () { var nodeStart = new Node (new Alef.ID.Start ()); nodeStart.PrintReduce(); } }