mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 12:51:10 +00:00
3 lines
69 B
Python
3 lines
69 B
Python
n = !10
|
|
n.update! n -> n + 1 # OK
|
|
n.update! n -> n - 1 # ERR: n: Int
|