5 lines
76 B
Text
5 lines
76 B
Text
# Project : Enforced immutability
|
|
|
|
x = 10
|
|
assert( x = 10)
|
|
assert( x = 100 )
|