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.
instrukcja if
wyrażenie if
Keywords: Quick start if conditional, the if statement, conditional statements, conditional statements if, php, if shortened, shortened if php
Słowa kluczowe: Skrócona instrukcja warunkowa if, instrukcja if, instrukcja warunkowa, instrukcja warunkowa if, php, skrócony if, skrócony if php
In Java, the if statement serves as a basic control structure.
W Javie instrukcja if służy jako podstawowa struktura kontrolna.
In the following code, the variable x is not defined, and the if statement evaluates to true.
W poniższym kodzie zmienna x nie jest zdefiniowana i wyrażenie if ma wartość "prawda" (true).
IF i = NULL THEN SELECT 'Result is True' ELSEIF NOT(i = NULL) THEN SELECT 'Result is False' ELSE SELECT 'Result is Unknown'; The IF statement performs actions only for those comparisons that evaluate to True.
IF i = NULL THEN SELECT 'wynik to Prawda' ELSEIF NOT(i = NULL) THEN SELECT 'wynik to Fałsz' ELSE SELECT 'wynik to Nieznany'; Wyrażenie IF wykonuje akcję tylko dla tych porównań, które rozwijają się do Prawda.
When the if statement executes, bigNumber has the value Infinity, so bigNumber is set to a more manageable value before continuing.
Gdy zostaje wykonana instrukcja if, largeNumber posiada wartość Infinity, więc przed kontynuowaniem do zmiennej bigNumber jest przypisywana bardziej wykonywalna wartość.
In the original code, although the if statement seemed to modify the global variable goo, it actually modifies the local variable - after hoisting has been applied.
W oryginalnym kodzie instrukcja warunkowa if zdaje się modyfikować zmienną globalną goo, podczas gdy faktycznie modyfikuje ona zmienną lokalną - po tym jak zostało zastosowane windowanie (hoisting).
The<xsl:if>element is similar to the if statement in other languages.
Element<xsl:if>jest podobny do wyrażenia if w innych językach.
POSIX bc allows comparisons only in the if statement, the while statement, and the second expression of the for statement.
POSIX bc dopuszcza porównania wyłącznie w instrukcjach if, while oraz w drugim wyrażeniu instrukcji for.
Both languages can create a condition by the IF statement.
If any of the arguments to IF are arrays, every element of the array is evaluated when the IF statement is carried out.
Jeżeli którykolwiek z argumentów funkcji JEŻELI jest tablicą, podczas wykonywania wyrażenia JEŻELI jest obliczany każdy element tej tablicy. Zestaw przykładów 1
For statements that evaluate to False or Unknown, the IF statement passes control to the ELSEIF clause, and finally to the ELSE clause.
W wyrażeniach, w których się rozwija do Fałsz lub Nieznany, wyrażenie IF przekazuje sterowanie do klauzuli ELSEIF, a na końcu do klauzuli ELSE.
When the if statement executes, bigNumber has the value Infinity, so bigNumber is set to a more manageable value before continuing.
Gdy zostaje wykonana instrukcja if, smallNumber posiada wartość "-Infinity", więc przed kontynuowaniem do zmiennej smallNumber jest przypisywana bardziej wykonywalna wartość.
When the if statement executes, smallNumber has the value -Infinity, so smallNumber is set to a more manageable value before continuing.
Gdy zostaje wykonana instrukcja if, smallNumber posiada wartość "-Infinity", więc przed kontynuowaniem do zmiennej smallNumber jest przypisywana bardziej wykonywalna wartość.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.