Skip to content

Commit d94c20a

Browse files
committed
Remve doc example with old if function
1 parent d637536 commit d94c20a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ Array(2, $"Test { 2 + 2 } U", true).Length
9494
Array(2, $"Test { 2 + 2 } U", true)[1]
9595
Test 4 U
9696
97-
if(Array(2, $"Test { 2 + 2 } U", true)[2], "yes" , "no")
98-
yes
99-
10097
Array(2, $"Test { 2 + 2 } U", true)[2] ? "yes" : "no"
10198
yes
10299

0 commit comments

Comments
 (0)