You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ It is largely based on and inspired by the following resources [this post on st
8
8
* System.Math methods and constants directly available (some like Max, Min, Avg are improved)
9
9
* Some useful [functions](#standard-functions) for example to create List and Arrays
10
10
*[Custom variables definition](#custom-variables)
11
-
*[On the fly variables and functions evaluation](#on-the-fly-variables-and-functions-evaluation) (To easily extend possibilities)
11
+
*[On the fly variables and functions evaluation](#on-the-fly-variables-and-functions-evaluation) (To easily extend possibilities, Manage also on instance Property and Methods)
12
12
*[A large set of C# operators availables](#operators)
13
13
* Instance and static methods and properties access like as in C#
14
14
* You can call Methods and/or Properties on your own classes (just pass a object as custom variables)
@@ -200,6 +200,7 @@ The evaluation of functions names is case insensitive.
0 commit comments