summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Features.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Features.txt b/Features.txt
new file mode 100644
index 0000000..9cb4fb3
--- /dev/null
+++ b/Features.txt
@@ -0,0 +1,15 @@
+GUI
+Integers and Reals
+Strings
+Expressions
+Arrays
+Print Statements
+If Statements
+If-Else Statements
+Do Statements
+Do-While Statements
+Functions
+Subroutines
+Recursive Functions
+Error handling
+Larger Program combining features (sieve of eratosthenes?)