summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-04-09 14:31:59 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-04-09 14:31:59 -0400
commite460546fc40b8e3eb828e77422f26f267ea0d9ef (patch)
treecdf337a26477b35aaac5d42e20467b4d4134afba
parent3b5a23a17fb479444e9130b03e0a7af49bbb561e (diff)
parent980ecf4e0ba342e59b41613fc0c4ed6d19d564bd (diff)
Merge branch 'master' of github.com:CircleShift/tnsl-parse
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8203684..0706721 100644
--- a/README.md
+++ b/README.md
@@ -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