mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
change readme
This commit is contained in:
parent
6669c8343b
commit
1cb84fea43
@ -24,7 +24,6 @@ Everything else is implemented as a function.
|
|||||||
### Types and Safety
|
### Types and Safety
|
||||||
|
|
||||||
Mers is built around a type-system where a value could be one of multiple types.
|
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" }
|
x := if condition { 12 } else { "something went wrong" }
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user