Vertaling van "else-part" 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.
We can extend the type-of-animal function to include an else-part by simply incorporating an additional part to the if expression.
Podemos ampliar la función tipo-de-animal para incluir una parte-else simplemente incorporando una parte adicional a la expresión if.
From the sketch we can see that the else-part of the if returns zero for the case of no words.
En el esquema podemos ver que la parte-else del if devuelve cero para el caso en el que no hay palabras.
Clearly, if the do-again-test succeeds, the then-part of the if clause should call the function again; but if it fails, the else-part should return zero since either point is outside the region or the search failed because there were no words to find.
Claramente si la prueba-hazlo-de-nuevo tiene éxito, la parte-then de la cláusula if llamaría a la función de nuevo; pero si falla, la parte-else deveria regresar cero ya que está fuera de la región o la búsqueda falló porque no había palabras que encontrar.
In the second example, the nil indicates false; consequently, the else-part of the expression is evaluated and returned: 'false' appears in the echo area.
En el segundo ejemplo, nil indica falso; en consecuencia, se evalúa y devuelve la parte-else de la expresión: aparece 'falso' en el área de eco.
The else-part is simply point-min, and when this is the outcome, the whole goto-char expression is (goto-char (point-min)), which is how we saw the beginning-of-buffer function in its simplified form.
La parte-else es simplemente point-min, y cuando este es el resultado, toda la expresión goto-char es (goto-char (point-min)), que es cómo vimos la función beginning-of-buffer en su forma simplificada.
Among other actions, the else-part of the if expression sets the value of kill-ring-yank-pointer to ARGth-kill-element when the kill ring has something in it and the value of do-not-move is nil.
Entre otras acciones, la parte-else de la expresión if establece el valor de kill-ring-yank-pointer a ARGth-kill-element cuando el anillo de la muerte tiene alguna cosa dentro y el valor de do-not-mové es nil.
This is the do-again-test and returns false, so the else-part of the if expression is evaluated.
Esto es la prueba-hazlo-de-nuevo y devuelve falso, así que se evalúa la parte-else de la expresión if.
An if expression may have an optional third argument, called the else-part, for the case when the true-or-false-test returns false.
Una expresión if puede tener un tercer argumento opcional, llamado parte-de-otro-modo (else-part), en caso de que la prueba-verdadero-o-falso devuelva falso.
When this happens, the second argument or then-part of the overall if expression is not evaluated, but the third or else-part is evaluated.
Cuando esto sucede, el segundo argumento o parte-entonces de la expresión if global no se evalúa, pero el tercer argumento o parte-de-otro-modo se evalúa.
On the other hand, if beginning-of-buffer is not called with an argument, the value of arg will be nil and the else-part of the if expression will be evaluated.
Por otro lado, si beginning-of-bufer no se llama con un argumento, el valor de arg será nil y se evaluara la parte-else de la expresión if.
The push line of the else-part sets the new value of the kill ring to what results from adding the string being killed to the old kill ring.
La línea push de la parte-else asigna el nuevo valor del anillo de la muerte a los resultados de agregar la cadena que esta siendo cortada al viejo anillo de la muerte.
The word "else" is not written in the Lisp code; the else-part of an if expression comes after the then-part.
La palabra "else" (de otro modo) no se escribe en el código Lisp; la parte-de-otro-modo de una expresión if viene después de la parte-entonces.