📜  一流的状态编程 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:28.148000             🧑  作者: Mango

代码示例1
A programming language is said to have First-class functions when functions in that language are treated like any other variable. For example, in such a language, a function can be passed as an argument to other functions, can be returned by another function and can be assigned as a value to a variable.