Skip to content

v2.9.1

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 12 Dec 22:45
· 52 commits to master since this release
8215a48

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)