Beispiel #1
0
 public void Visit(EmptyLispList node)
 {
     Console.Write("()");
 }
Beispiel #2
0
 public void Visit(EmptyLispList node)
 {
 }