Пример #1
0
 public Value Evaluate(Scope scope)
 {
     return new GTFunction(Body, scope.Close(), Parameters);
 }