function declaration
常见例句
- That is the extent of the function declaration.
这就是函数声明。 - An internal function is a standard function where the function body follows the function declaration.
内部函数是函数体紧跟函数声明之后的标准函数。 - Note that this call to the built-in range() function is entirely unrelated to the use of the range modifier as part of the function declaration.
注意,对内置 range() 函数的调用与在函数声明中使用 range 修饰符一点关系也没有。 - Implicit declaration of function increment.
函数增长的隐式说明。
哈佛公开课 - 计算机科学课程节选 返回 function declaration