Are defined such as first class functions, the “normal” functions, those that execute a piece of code such as:
def sum(x, y):
return x + yTo be distingued from [[Higher Class Functions - Function Constructors]]
Search
Jul 31, 20241 min read
Are defined such as first class functions, the “normal” functions, those that execute a piece of code such as:
def sum(x, y):
return x + y