umpl 1.0.2

Umpl is a a meme language that is a mix of c like languages and lisp like languages.
Documentation
1
2
3
4
5
6
7
# Number interpolation i.e

```umpl
(23{7}4)>       ! 2,374
(1{2.4}4)>      ! 12.44
(22{3}4.4{3}5)> ! 2234.435
```