function call return的意思|示意
函数调用返回
function call return的网络常见释义
函数指令 ... 内存分区指令 push pop 分支指令 label goto if-goto 函数指令 function call return ...
function call return相关短语
1、 RETURN Return from function call 从函数调用返回
function call return相关例句
To a large degree, the return sequence of an XQuery function depends exclusively on the parameters with which you call it.
在很大程度上,一个XQuery函数的返回序列只取决于调用该函数时使用的参数。
The return address of a function call.
函数调用的返回地址。
The result of a function. If a function call is used as an expression, the return value is the value of the expression.
返回值:函数返回的结果。如果一个函数调用被用作了表达式,这个返回值就是这个表达式所代表的值。
Which is how you call a function in Vimscript when you intend to ignore the return value.
这就是希望忽略返回值时,在Vimscript中调用函数的方式。
To call a function and use its return value as part of a larger expression, simply name it and append a parenthesized argument list.
要调用函数并使用它的返回值作为语言表达式的一部分,只需要命名它并附加一个使用圆括号括起的参数列表。
Overloading is when you make multiple versions of a function. The compiler figures out which function to call. Overloading does not take return type to differentiate overloaded method.
实现了一个函数的多个版本,编译器决定何时调用哪个函数。函数的返回值不作为区分重载函数的依据。