1 // cs0136-6.cs: A local variable named `top' cannot be declared in this scope because it would give a different meaning to `top', which is already used in a `parent or current' scope to denote something else
4 using System
.Collections
;
14 internal int Enter (Symbol key
, object value)
19 Hashtable top
= new Hashtable ();
23 public static void Main () {}