update readme as // and (op) are now features

This commit is contained in:
mins
2024-10-26 01:26:25 -04:00
committed by GitHub
parent 0c148ebb2d
commit 7a76943120

View File

@@ -15,8 +15,3 @@
- type variables in function parameters and data types - type variables in function parameters and data types
- automatic Int to Float casting if a parameter expects a float - automatic Int to Float casting if a parameter expects a float
- `[x..y]` array generators - `[x..y]` array generators
- `(+)` = `;.x y + x y`
## Maybe Add
- `/` for float division and `//` for integer division