returnless
「returnless」的意思
adj. 回不来的;无报酬的;没有回答的
adj.回不来的
「returnless」的用法
returnless没有返回值的 - 在编程中,如果一个函数没有返回值,我们称它为无返回值函数或无返回值函数。
「returnless」的例句
The function does not return any value.
该函数没有返回任何值。
We use the function without expecting a return value.
我们使用该函数而不期望返回任何值。
The function performs an action but does not return a result.
该函数执行一个操作但不返回结果。
It is common to have functions that do not return values.
常见的是有不返回值的函数。
The function modifies the data but does not return it.
该函数修改数据但不返回它。
We can ignore the return value of this function if we don't need it.
如果我们不需要,可以忽略该函数的返回值。
The function is designed to perform a task and then exit without returning anything.
该函数设计为执行一个任务然后退出而不返回任何东西。
In some cases, functions may be designed to perform multiple actions without returning anything.
在某些情况下,函数可能被设计为执行多个操作而不返回任何东西。
The function updates the state but does not return a new state.
该函数更新状态但不返回新状态。
We can call the function and ignore its return value if we are only interested in the side effects.
我们可以调用该函数并忽略其返回值,因为我们只关心副作用。