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