Improve map feature documentation

This commit is contained in:
imaqtkatt 2024-05-24 15:56:09 -03:00
parent 3db46c65f5
commit 37f2521afb

View File

@ -373,6 +373,8 @@ type Map:
Leaf
```
Notice that the getter and setter syntax induces an order on things using the map, since every get or set operation depends on the value of the previous map.
### Mixing syntaxes
As was said in the beginning, Bend offers two flavors of syntax.