diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |