Je was op zoek naar: conditional (Koreaans - Engels)

Computervertaling

Via de voorbeelden van menselijke vertaling trachten te leren vertalen.

Korean

English

Info

Korean

conditional

English

 

Van: Machinevertaling
Stel een betere vertaling voor
Kwaliteit:

Menselijke bijdragen

Van professionele vertalers, bedrijven, webpagina's en gratis beschikbare vertaalbronnen.

Voeg een vertaling toe

Koreaans

Engels

Info

Koreaans

there is one more expression that may seem odd if you haven't seen it in other languages, the ternary conditional operator:

Engels

in addition to being shorter and clearer, this also results in faster execution.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Koreaans

if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.

Engels

if statements can be nested indefinitely within other if statements, which provides you with complete flexibility for conditional execution of the various parts of your program.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Koreaans

the if construct is one of the most important features of many languages, php included. it allows for conditional execution of code fragments. php의 if 문은 c와 비슷하다.:

Engels

if expr evaluates to true, php will execute statement, and if it evaluates to false - it 'll ignore it.

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Koreaans

a very common type of expressions are comparison expressions. these expressions evaluate to either 0 or 1, meaning false or true (respectively). php supports (bigger than), = (bigger than or equal to), == (equal), != (not equal), (smaller than) and = (smaller than or equal to). these expressions are most commonly used inside conditional execution, such as if statements.

Engels

post-increment, which is written '$variable++' evaluates to the original value of $variable, before it was incremented (php increments the variable after reading its value, thus the name'post-increment').

Laatste Update: 2011-10-24
Gebruiksfrequentie: 1
Kwaliteit:

Krijg een betere vertaling met
8,032,036,570 menselijke bijdragen

Gebruikers vragen nu voor assistentie



Wij gebruiken cookies om u de best mogelijke ervaring op onze website te bieden. Door de website verder te gebruiken, geeft u toestemming voor het gebruik van cookies. Klik hier voor meer informatie. OK