diff options
author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-08 15:52:01 +0000 |
---|---|---|
committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-08 15:52:01 +0000 |
commit | 560a48eebf4f74ae1a21d5cfbb3b55477d7c1356 (patch) | |
tree | ffd9c86b0a40651d94081da06855e07b523bda8d | |
parent | 0d32b01fde73224469b8bb5971ebdaacd9bfa32c (diff) | |
download | esotericFORTRAN-560a48eebf4f74ae1a21d5cfbb3b55477d7c1356.tar.gz esotericFORTRAN-560a48eebf4f74ae1a21d5cfbb3b55477d7c1356.zip |
Added list of features to show in demo
-rw-r--r-- | Features.txt | 15 |
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?) |