Skip to content

Commit 16b7ea7

Browse files
authored
Update README.md
1 parent 6e62fa6 commit 16b7ea7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Console.Write(expression);
2828
Console.Write(evaluator.Evaluate(expression));
2929
```
3030
Results with some expressions :
31+
3132
```
3233
1+1
3334
2
@@ -62,6 +63,12 @@ Test 4 U
6263
if(Array(2, $"Test { 2 + 2 } U", true)[2], "yes" , "no")
6364
yes
6465
66+
Array(2, $"Test { 2 + 2 } U", true)[2] ? "yes" : "no"
67+
yes
68+
69+
false ? "yes" : "no"
70+
no
71+
6572
"Hello\nWorld"
6673
Hello
6774
World

0 commit comments

Comments
 (0)