mirror of
https://github.com/Lyxal/Keta.git
synced 2024-08-14 23:53:13 +00:00
Create Terminology.txt
This commit is contained in:
parent
4877304992
commit
e510b9d980
1 changed files with 9 additions and 0 deletions
9
Terminology.txt
Normal file
9
Terminology.txt
Normal file
|
@ -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
|
Loading…
Reference in a new issue