summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 65a2d35..034e412 100644
--- a/README.md
+++ b/README.md
@@ -31,12 +31,12 @@ What works
- Array definition
- Struct definition
- Control flow blocks (`if` and `loop` specifically)
-
-What doesn't work
-- `else`
- Function Calls
- Getting struct members
- Array indexing
+
+What doesn't work
+- `else` blocks
- Appending to arrays
## Usage