Exemplo n.º 1
0
 public static void OpenScop(BasicObject scop)
 {
     Scops.Push(CurrentScop);
     CurrentScop = scop;
     scop.Initialize();
 }