summaryrefslogtreecommitdiffstats
path: root/Features.txt
diff options
context:
space:
mode:
authorAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-08 15:52:01 +0000
committerAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-08 15:52:01 +0000
commit560a48eebf4f74ae1a21d5cfbb3b55477d7c1356 (patch)
treeffd9c86b0a40651d94081da06855e07b523bda8d /Features.txt
parent0d32b01fde73224469b8bb5971ebdaacd9bfa32c (diff)
downloadesotericFORTRAN-560a48eebf4f74ae1a21d5cfbb3b55477d7c1356.tar.gz
esotericFORTRAN-560a48eebf4f74ae1a21d5cfbb3b55477d7c1356.zip
Added list of features to show in demo
Diffstat (limited to 'Features.txt')
-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?)