diff --git a/NETGenerator/NETGenerator.cs b/NETGenerator/NETGenerator.cs index 3a8a78219..b969e6600 100644 --- a/NETGenerator/NETGenerator.cs +++ b/NETGenerator/NETGenerator.cs @@ -164,7 +164,7 @@ namespace PascalABCCompiler.NETGenerator protected bool make_next_spoint = true; protected SemanticTree.ILocation EntryPointLocation; protected Label ExitLabel;//метка для выхода из процедуры - protected bool ExitProcedureCall = false; //призна того что встретиласть exit и надо пометить коней процедуры + protected bool ExitProcedureCall = false; //признак того, что встретилась exit и надо пометить конец процедуры protected Dictionary ConvertedConstants = new Dictionary(); //ivan protected List enums = new List();