Skip to content

Commit 7286350

Browse files
committed
add example with char
1 parent a03e062 commit 7286350

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ Enumerable.Repeat(3,6).Cast().ToList()[4]
137137
((x, y) => x * y)(4, 2)
138138
8
139139
140+
"Hello"[2] == 'l'
141+
true
140142
```
141143

142144
## Standard constants (variables)

0 commit comments

Comments
 (0)