v2.9.1
Download the library here
- MODIFIED:
AliasLocalVariables
value can now be modified in the dictionary
context.AliasLocalVariables["A"]= 10;
Console.WriteLine(context.Execute("A*10")); // 100
context.AliasLocalVariables["A"]= 20;
Console.WriteLine(context.Execute("A*10")); // 200
Trial unlocked for the current month (December)