Skip to content

Commit 9e9378f

Browse files
committed
Scripts
1 parent 31a000a commit 9e9378f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
```
562566
Scripts are just a serie of expressions to evaluate separated with a ; character and leaded by severals additionals keywords.
563567

564568
To declare a variable types are not yet supported and are for now dynamically deduced.

0 commit comments

Comments
 (0)