diff options
| author | Kyle Gunger <kgunger12@gmail.com> | 2022-04-09 05:56:52 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-09 05:56:52 -0400 | 
| commit | 980ecf4e0ba342e59b41613fc0c4ed6d19d564bd (patch) | |
| tree | b9fdce4ed6487a06adb5e0955d00e2a03d758fd6 | |
| parent | 28371ad11afce98913b6427ea7dc82f64ac48b3c (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -38,9 +38,11 @@ What (seems to) work  - Function Calls  - Getting struct members  - Array indexing +- `else` blocks +- File IO +- Print statements  What doesn't work -- `else` blocks  - Appending to arrays  ## Usage |