summaryrefslogtreecommitdiffstats
path: root/Demo plan.txt
diff options
context:
space:
mode:
authorAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-10 16:21:12 +0000
committerAidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com>2021-12-10 16:21:12 +0000
commit07005cf0189fb9c828fa8a55fa7a39b036596877 (patch)
tree721af8941e4ae9f26bc455846ec9885df948e212 /Demo plan.txt
parenta1b0faf320fe1873996f3a6d009e43e6ee948880 (diff)
downloadesotericFORTRAN-07005cf0189fb9c828fa8a55fa7a39b036596877.tar.gz
esotericFORTRAN-07005cf0189fb9c828fa8a55fa7a39b036596877.zip
Logical example and demo structure
Diffstat (limited to 'Demo plan.txt')
-rw-r--r--Demo plan.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/Demo plan.txt b/Demo plan.txt
new file mode 100644
index 0000000..5bcb93b
--- /dev/null
+++ b/Demo plan.txt
@@ -0,0 +1,27 @@
+Introduction
+
+Part 1:
+GUI
+Expressions
+Integers and Real variables
+String variables
+Print Statements
+
+Part 2:
+If Statements
+If-Else Statements
+Logical Statements
+Showing not hard coded
+Error handling?
+
+Part 3:
+Do Statements
+Do-While Statements
+Arrays
+Error handling?
+
+Part 4:
+Functions
+Subroutines
+Recursive Functions
+Larger Program combining features (sieve of eratosthenes?)