docs docs docs

This commit is contained in:
cozis
2022-03-12 20:48:43 +01:00
parent c1b442f843
commit 15d1d5bbe5
6 changed files with 112 additions and 27 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ Here's an overview:
`string`. `list` (array), `map` (associative array), `none` (null)
3. No implicit casts.
2. Arithmetic operations only allowed on numbers.
3. Division between `ints` rounds down.
3. Division between `int`s rounds down.
4. Logical operators expect boolean operands.
5. Assignments are expressions that return the newly assigned value.
6. No for loop (yet)