From e510b9d980758b83055f0a7df129330e576decf3 Mon Sep 17 00:00:00 2001 From: JonoCode9374 <36217120+JonoCode9374@users.noreply.github.com> Date: Thu, 26 Dec 2019 16:31:51 +1100 Subject: [PATCH] Create Terminology.txt --- Terminology.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Terminology.txt diff --git a/Terminology.txt b/Terminology.txt new file mode 100644 index 0000000..4d11374 --- /dev/null +++ b/Terminology.txt @@ -0,0 +1,9 @@ +Nilad -> A function that doesn't take any inputs. Usually a constant +Single -> A function that only takes a single input +Infix -> A function that takes two arguments: left and right + +Left argument -> the expression to the leff of a function +Right argument -> the expression to the right of a function + +Flow -> A complete line of blocks +Block -> A series of Nilads, Singles and Infixes