v0.9.6
New Features:
- Bool Types&Values
- Type
Bool
- Value Literal
true
false
- Type
- Bool Operations
- Binary:
and
or
xor
- Anary:
not
- Binary:
- Comparison Expression
x == y
!=
<=
>=
<
>
New Features:
Bool
true
false
and
or
xor
not
x == y
!=
<=
>=
<
>