From 560a48eebf4f74ae1a21d5cfbb3b55477d7c1356 Mon Sep 17 00:00:00 2001 From: AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> Date: Wed, 8 Dec 2021 15:52:01 +0000 Subject: Added list of features to show in demo --- Features.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Features.txt 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?) -- cgit v1.2.3