Skip to content

Commit 25ee2e0

Browse files
authored
Update README.md
1 parent 378f22c commit 25ee2e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,11 @@ a() # ERROR: OverflowError: 9223372036854775807 + 1 overflowed for type Int64
5252
@default_unchecked
5353

5454
a() # -9223372036854775808
55+
56+
# rewrite a symbol
57+
@checked foldl(+, (typemax(Int), 1))
58+
59+
# assignment operators
60+
a = typemax(Int)
61+
@checked a += 1
5562
```

0 commit comments

Comments
 (0)