Vertaling van "return nil" 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.
If a list be empty, return nil.
Optionally, what to do if the search fails, return nil or an error message.
Opcionalmente, que hacer si la búsqueda falla, devuelve nil o un mensaje de error.
Return t if its argument is a buffer; otherwise return nil.
Devuelve t si su argumento es un búfer; de otro modo devuelve nil.
Evaluate each argument in sequence, and if any are nil, return nil; if none are nil, return the value of the last argument.
Evalúa cada argumento en secuencia, y si alguno es nil, devuelve nil; si ninguno es nil, devuelve el valor del último argumento.
or Evaluate each argument in sequence, and return the value of the first argument that is not nil; if none return a value that is not nil, return nil.
Evalúa cada argumento en secuencia, y devuelve el valor del primer argumento que no es nil, si ninguno devuelve un valor que no sea nil, devuelve nil.
If the search fails, the function will return nil; and the repeat count will be provided by the argument to the forward-sentence function.
Si la búsqueda falla, la función devuelve nil, y el argumento del contador de repetición será pasado a la función forward-sentence. La Función forward-sentence
Returns An IMAGE object (return nil if the EBOOT.PBP/ISO/CSO doesn't have PIC1.png).
Un objeto de tipo IMAGE (devuelve nil si el EBOOT.PBP/.ISO/.CSO. especificado no contiene PIC1.png).
If you attempt to access a hash with a key that does not exist, the method will return nil.
Si se intenta acceder a un hash con una clave que no existe, el método devolverá nil.
Given that the initializer can fail and return nil, we declare it as optional to avoid crashing at runtime.
Dado que el inicializador puede fallar y devolver nil, los declaramos como opcional para evitar un fallo en tiempo de ejecución.
However, keep in mind that logger will in that case return nil.
Tené en cuenta que, cuando hagas esto, logger va a devolver nil.
However, if the while is the last element of the let expression, the function will always return nil.
Sin embargo, si el while es el último elemento de la expresión let, la función siempre devolverá nil.
The optional third argument, if t, causes the function to return nil rather than signal an error if the search fails.
El tercer argumento opcional, si es t, hace que la función devuelva nil en lugar de la señal de error si la búsqueda falla.
The solution to this problem is to provide re-search-forward with a third argument of t, which causes the function to return nil rather than signal an error if the search fails.
La solución a este problema es proveer un tercer argumento t a re-search-forward, haciendo que la función regrese nil en lugar de señalar un error si la búsqueda falla.