Example #1
0
 void EvalElseIf(MethodCallExpression exp, State state)
 {
     var scope = state.PopScope();
     //state.pop
     throw new NotImplementedException();
 }