What is the translation of " RETURN STATEMENT " in Spanish?

[ri't3ːn 'steitmənt]
[ri't3ːn 'steitmənt]
sentencia return
return statement
devuelva el comunicado
sentencia de retorno

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

{-}
  • Colloquial category close
  • Official category close
Return statements are of this kind.
Las declaraciones que se devuelven son de este tipo.
The function must end with a return statement.
La función debe terminar con una instrucción return.
Multiple return statements without compiler error.
Declaraciones de devolución múltiples sin error de compilación.
Terminate a synchronous function with a return; statement.
Finaliza una función síncrona con una declaración return;
Return statement and payment to the middle school.
Devuelva el comunicado y el pago a la escuela intermedia.
Functions can contain only a single return statement.
Las funciones solo pueden incluir una única declaración return.
The return statement specifies the value returned by the function.
La sentencia return especifica el valor retornado por la función.
Otherwise, keep the braces and use a return statement.
De otro modo, mantén las llaves y usa una sentencia de retorno.
Note that the final return statement is necessary because Random.
Tenga en cuenta que la última instrucción de return es necesaria porque Random.
Values are returned from the function using a return statement.
Los valores se vuelven de la función con una declaración return.
And, just like forgetting your return statement, it will be a silent one.
Y, al igual que el olvido de su declaración de devolución, será un silencio.
This means that it's hardly ever necessary to use the return statement.
Esto significa que casi nunca es necesario utilizar la sentencia return.
The return statement specifies the value returned by the function.
La declaración'return' especifica el valor devuelto por la función.
End of the procedure is indicated by a return statement. Syntax.
Fin del procedimiento se indica mediante una instrucción de retorno. Sintaxis.
It enables for a return statement to be used within a generator to enable for a final expression to be returned return by reference is not allowed.
Habilita a la sentencia return para utilizarla dentro de un generador para que pueda devolver una expresión final la devolución por referencia no está permitida.
A VBA function can have an optional return statement.
Una función de VBA puede tener una instrucción de retorno opcional.
In a return statement, EA reminded the investors that critic's reviews are"highly subjective" and that"This is an essentially big achievement considering Medal of Honor has been dormant for several years.
En una sentencia del regreso, EA le recordó a los inversores que los exámenes críticos son"muy subjetivos" y que"Éste es esencialmente un gran logro teniendo en cuenta el Medal of Honor que ha estado inactivo durante varios años.
But, we can't include any suffix after the return statement.
Sin embargo, no podemos incluir ningún código“sufijo” después de la sentencia return.
In its simplest form,a yield statement looks much like a return statement, except that instead of stopping execution of the function and returning, yield instead provides a value to the code looping over the generator and pauses execution of the generator function.
En su forma más simple,la sentencia yield es parecida a la sentencia return, excepto en que en vez de detener la ejecución de la función y devolver un valor, yield facilita el valor al bucle que itera sobre el generador y pausa la ejecución de la función generadora.
A VBScript function can have an optional return statement.
Una función de VBA puede tener una instrucción de retorno opcional.
No prior return statement. return i;// return type deduced as int} In C++11, two methods of type deduction were added. auto was a way to create a variable of the appropriate type, based on a given expression. decltype was a way to compute the type of a given expression.
Ninguna declaración de retorno antes. else return i;//Tipo de retorno deducido como int} En C++11, son agregados dos métodos de deducción de tipo. auto es una manera de crear una variable del tipo apropiado, basado en una expresión dada, y decltype es para computar el tipo de una expresión dada.
In this example,we create our own docstring and function with a return statement.
En este ejemplo,creamos nuestra propia función con una docstring y sentencia de retorno.
FUNCTION may return any type by means of the RETURN statement, anywhere in the body of its definition.
Una FUNCTION puede devolver cualquier tipo por medio de la instrucción RETURN, en cualquier parte del cuerpo de su definición.
Always make sure your callbacks include an explicit return statement.
Asegúrese siempre de que sus devoluciones de llamada incluyan una declaración de devolución explícita.
This type of stack is used implicitly by the compiler to support CALL and RETURN statements(or their equivalents) and is not manipulated directly by the programmer.
Este tipo de pila se utiliza implícitamente por el compilador para apoyar CALL y RETURN estados(o sus equivalentes), y no es manipulada directamente por el programador.
The last statement included within a function must be a return statement. 456 16.
La última instrucción de una función debe ser una instrucción RETURN. 456 16.
To return a result from a function,we use the return statement in our function.
Para devolver un resultado desde una función,usamos la sentencia return dentro de ella.
On line 8, the processor would have to suspend the current frame, create a new frame to execute the procedure fib(1),execute the code of that frame until reaching a return statement, and then resume the fib(2) frame with the value of fib(1) placed into fib(2)'s x variable.
En la línea 8, el procesador debe suspender el marco actual, crear un nuevo marco para ejecutar el procedimiento fib(1),ejecutar el código de ese marco hasta alcanzar la sentencia del retorno, y luego continuar el marco de fib(2) con el valor de fib(1) almacenado en la variable x de fib2.
Results: 28, Time: 0.0462

How to use "return statement" in a sentence

Finally block override return statement also.
The return statement stops the program.
The return statement ends the iteration.
The return statement does not exist.
Look where the return statement is.
Add note regarding stricter return statement checks.
fixed missing return statement in previous commit.
The return statement changes its behavior slightly.
A return statement will terminate the function.
More info on the return statement here.
Show more

Word-for-word translation

Top dictionary queries

English - Spanish