Keta/Terminology.txt

10 lines
386 B
Plaintext
Raw Normal View History

2020-01-17 11:30:32 +00:00
Nilad -> A function that doesn't take any inputs. Usually a constant.
2019-12-26 05:31:51 +00:00
Single -> A function that only takes a single input
Infix -> A function that takes two arguments: left and right
2020-01-17 11:30:32 +00:00
Left argument -> the expression to the left of a function
2019-12-26 05:31:51 +00:00
Right argument -> the expression to the right of a function
Flow -> A complete line of blocks
Block -> A series of Nilads, Singles and Infixes