public static void OpenScop(BasicObject scop) { Scops.Push(CurrentScop); CurrentScop = scop; scop.Initialize(); }