Minor fixes
This commit is contained in:
parent
5ea4eb4c48
commit
ba4daef685
@ -36,7 +36,7 @@ func main():
|
|||||||
|
|
||||||
# Without `@`, attempting to mutate will cause an error:
|
# Without `@`, attempting to mutate will cause an error:
|
||||||
frozen := {"key"="value"}
|
frozen := {"key"="value"}
|
||||||
frozen["key"] = "new value" # This should fail
|
frozen["key"] = "new value" # <- This will break, comment it out
|
||||||
|
|
||||||
>> frozen["key"]
|
>> frozen["key"]
|
||||||
= "new value"
|
= "value"?
|
||||||
|
Loading…
Reference in New Issue
Block a user