umpl 0.9.9

Umple 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
8
9
10
# Number interpolation ie:
``` 
23{7}4       # 2,374
1{2.4}4      # 12.44
22{3}4.4{3}5 # 2234.435
``` 

# Indentation and ⧼⧽ both required or using tabs or more than one space will result in a runtime error.

# Some random case (aLtErNaTe cAsE, tOGGLE cASE,  StudlyCaps Case, etc) for standard functions (I get annoyed at Java for using lowerCamelCase and CamelCase depending on if its a class, object, method etc).