Karl v0.2.0
🍂 Changelogs
- New file extension:
.karlinstead of.ry - New condition operators:
&&and|| - New statements:
else ->andelse if (condition) -> { - Reduce
atlines in error messages - New: Variable increment and decrement
- New condition:
if(boolean) -> {//code} - Add support for float numbers
- Add support for multiple
!in condition:!!false -> truebut!!!false -> false - Add arrows to if and else statements
🍃 Next version will provide updated documentation