Fix readme

This commit is contained in:
Julius 2022-07-03 23:46:45 +02:00
parent e30dfcb0a9
commit 699ebeda48
Signed by: j00lz
GPG key ID: AF241B0AA237BBA2

View file

@ -3,6 +3,7 @@
# Features # Features
Math: `+`, `-`, `*`, `/`, `%` Math: `+`, `-`, `*`, `/`, `%`
Equality: `==`, `!=`, `>`, `<`, `>=`, `<=` Equality: `==`, `!=`, `>`, `<`, `>=`, `<=`
Some basic types: String, char, int, float, bool Some basic types: String, char, int, float, bool