func(yyy) {
func2(xxx);
}
# will accept the closure as the first parameter
# which is equals to the function invoke expression
func({
func2(xxx);
}, yyy);
AcceptorClosure
01 Syntax
SMRUCC.Rsharp.Interpreter.ExecuteEngine.ExpressionSymbols.Closure.AcceptorClosure
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Evaluate | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| expressionName | 1 |
04 Members
expressionName
Evaluate(Environment)