Objects in GolemScript are currently readonly. The following code should be valid: ```rb let obj = {a:1,b:2} obj.a = 2 obj.c = 3 ```