File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,11 @@ Here is the list of available assignation operator
558558 |[>>=](https:// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/right-shift-assignment-operator)|Supported|
559559
560560## Scripts
561- In addition to simple expression evaluation you can also evaluate small script with the method ```ScriptEvaluate(string script )```.
561+ In addition to simple expression evaluation you can also evaluate small script with the method :
562+ ```C#
563+ // object ScriptEvaluate(string script)
564+ evaluator.ScriptEvaluate(script);
565+ ```
562566Scripts are just a serie of expressions to evaluate separated with a ; character and leaded by severals additionals keywords .
563567
564568To declare a variable types are not yet supported and are for now dynamically deduced .
You can’t perform that action at this time.
0 commit comments