@@ -24,7 +24,6 @@ Everything else is implemented as a function.
### Types and Safety
Mers is built around a type-system where a value could be one of multiple types.
Dynamic typing allows you to do:
```
x := if condition { 12 } else { "something went wrong" }
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.