Vertaling van "The else" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The else block is executed if the parameter is falsy.
El bloque else se ejecuta si el parámetro es 'falsy'.
The else path will always be established.
El camino else (si no) se establecerá siempre.
The else allows us to specify an alternative result that will occur if the qualifying statement is not
Este "else" nos permite especificar un resultado alternativo que ocurrirá si la sentencia calificativa no
The else part is optional so you could just have an if statement to do something if something is true.
La otra parte es opcional, por lo que usted podría solo hay una si declaración hacer algo si algo es cierto.
The else was nothing, was nothing else!
The else clause is optional.
The else portion of an If function wasn't specified, and all conditions were false.
La parte else de una función If no se especificó y todas las condiciones fueron false.
The else however has exactly the same effect but using a different approach, the values are written directly in the PORTA register changing the whole 8 bits of the port.
Y en el contenido del else hacemos lo mismo pero mostramos otra forma de hacerlo, escribimos un valor directamente en el puerto PORTA modificando todos los bits del puerto.
The else statement isn't really necessary in Ruby as nil is returned anyway but it's added here for clarity.
La sentencia else no es estrictamente necesaria en Ruby, porque siempre se devuelve nil por defecto, pero se deja aquí por claridad.
The else clause is processed if the country name is USA.
La cláusula else se procesa si el nombre del país sí es USA.
The else statement is only executed if the if expression evaluated to FALSE, and if there were any elseif expressions - only if they evaluated to FALSE as well (see elseif).
La sentencia else se ejecuta solamente si la expresión if se evalúa como FALSE, y si hubiera alguna expresión elseif - solo si se evaluaron también a FALSE (Ver elseif).
That's where the else statement comes into the picture.
Ahí es donde la declaración de else entra en la imagen.