From e3739f92c2516911f5a423571f64d6312f274e6c Mon Sep 17 00:00:00 2001 From: Lawrence Kesteloot Date: Sun, 5 Aug 2018 12:24:36 -0700 Subject: [PATCH] Expand README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0813706..140ca2b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ line numbers, 16-bit integer variables, `HOME`, `PRINT`, `IF/THEN`, Not supported: Floating point, strings, `AND`, `OR`, `NOT`, negative integers, high-res graphics, `DATA/READ/RESUME`, `GOSUB/RETURN/POP`, -keyboard input, and cassette I/O. +`DIM` (arrays), `REM`, keyboard input, and cassette I/O. # Dependencies