public override void Run(IExecutionContext context) { var scope = context.GetCurrentScope(); if (scope[_left].Value == new StringToken(_right).Value) { context.BeginScope(); context.InsideIf = true; } else { context.SkipLines = true; } }