v2.9.56
Download the library here
- ADDED: It is now possible to add a variable with space or other special characters
var values = new Dictionary<string, object>() {
{ "variable with space", 98 }
};
int result = Eval.Execute<int>("variable with space + 1", values);
Trial unlocked for the current month (November)