Update 3-getters-and-setters.md

This commit is contained in:
MaiaVictor 2021-10-17 16:30:00 -03:00 committed by GitHub
parent 3ef99958cf
commit 1fa9981721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,10 +75,11 @@ obj2: Object
}
```
Kind's obvious solution
Kind-Lang's obvious solution
-----------------------
Since the last version, Kind features a built-in getter and setter syntax that
Since the last version, [Kind-Lang](https://github.com/kind-lang/kind), a modern functional
programming language and theorem prover, features a built-in getter and setter syntax that
makes these operations succinct:
```javascript