RETURN STATEMENT in Chinese translation

[ri't3ːn 'steitmənt]
[ri't3ːn 'steitmənt]
return语句

Examples of using Return statement in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Executing this return statement completes execution of the double function's body and computes the value of the call expression.
执行这个return语句会完成double函数体的执行,并计算调用表达式的值。
It does not need to contain a return statement, but it may do so.
它不需要包含一个return语句,但也可以这样做。
A return statement without a label always returns from the function declared with the fun keyword.
一个不带标签的return语句总是在用fun关键字声明的函数中返回。
If the lambda body contains one return statement, the compiler deduces the return type from the type of the return expression.
如果lambda体包含单个返回语句,编译器将从返回表达式的类型推导返回类型。
A return statement with a value should not use parentheses unless they make the value being returned more obvious in some way.
一个带返回值的return语句不使用小括号”()”,除非它们以某种方式使返回值更为显见。
Super Pascal was a variant which added non-numeric labels, a return statement and expressions as names of types.
SuperPascal是一个增加了非数字标签,作为类型名称的返回语句和表达式的变异。
Super Pascal is a variant that added non-numeric labels, a return statement and expressions as names of types.
SuperPascal是一个增加了非数字标签,作为类型名称的返回语句和表达式的变异。
Part of a program that can never be executed, often because it appears after a return statement.
程序中永远无法执行的那部分代码,通常是因为其出现在一个返回语句之后。
This exercise has brought up a couple of important points besides being a study on how to use the return statement.
这个练习提出了一些重要的观点,除了研究如何使用返回语句之外。
Super Pascal was a variant that added non-numeric labels, a return statement and expressions as names of types.
SuperPascal是一个增加了非数字标签,作为类型名称的返回语句和表达式的变异。
In the cellset, B2 adds characters to A2 circularly to create random IDs and returns them using return statement.
在这里,B2循环在A2中添加字符,随机生成ID,并用return语句返回
Every function implicitly contains a return None statement at the end unless you have written your own return statement.
每一个函数都在其末尾隐含了一句returnNone,除非你写了你自己的return语句
Since these return statements are in an alternative conditional, only one will be executed.
因为这些return语句在不同的条件内,最后只有一个会被执行。
A function can have multiple return statements, as the following example illustrates.
当然,一个函数可以包含多个return语句,比如下面这个例子;.
If a function contains at least one yield statement(it may contain other yield or return statements), it becomes a generator!
如果函数包含至少一个yield语句(它可能包含其他yield或return语句),那么它将成为一个生成器函数。!
As the abs example shows, the body may contain several return statements;
在abs这个例子中,函数体中含有多个return语句;.
Instead of yield statements, if you had three return statements in f123() only the first would get executed, and the function would exit.
代替yield陈述,如果你有三个return的陈述f123()只有第一个会执行,函数将退出。
Naked return statements should be used only in short functions, as with the example shown here.
返回语句应该只在短函数中使用,如下面的示例所示。
If a function contains at least one yield statement(it may contain other yield or return statements), it becomes a generator function.
如果一个函数至少包含一个yield声明(当然它也可以包含其他yield或return),那么它就是一个generator.
These C functions never reach the return statement;
这些C函数从来不运行return语句;.
Results: 625, Time: 0.3859

Return statement in different Languages

Word-for-word translation

Top dictionary queries

English - Chinese