Vertaling van "if statement" in Pools
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.
That is, a function definition can be nested within an if statement.
To znaczy, definicja funkcji może zostać zagnieżdżona wewnątrz instrukcji if.
To check for a null pointer you can use an if statement as follows
Aby sprawdzić null pointer można użyć instrukcji if, co następuje
Because the first task is to see if the file exists or not, use an if statement.
A skoro pierwszym zadaniem jest określenie, czy plik istnieje, czy też nie, należy użyć instrukcji if.
Marks the beginning of an If statement.
Oznacza początek instrukcji If.
Finally, third if statement is executed, here we have following two conditions
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).
This allows the macro to be used like a single statement in any location, such as the body of an if statement, while still allowing a semicolon to be placed after the macro invocation without creating a null statement.
Pozwala to na użycie makra jak pojedynczej instrukcji w każdym miejscu, jak ciało innego wyrażenia, pozwalając jednocześnie na umieszczenie średnika po makrze bez tworzenia zerowego wyrażenia.
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.
For example the following code will log 5, because the scope of x is the function (or global context) within which x is declared, not the block, which in this case is an if statement.
Dla przykladu poniższy kod pokaże nam wartość 5, ponieważ zasięgiem zmiennej x jest funkcja, w której została ona zdefiniowana, a nie blok, którym w tym przypadku jest funkcja if.
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.
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.