From professional translators, enterprises, web pages and freely available translation repositories.
convert 'switch' to 'if-else'
converti 'switch' in 'if-else'
Last Update: 2007-04-24
Usage Frequency: 2
Quality:
avoid using negation in if else conditions
evitare di utilizzare la negazione nelle condizioni if else
Last Update: 2007-06-14
Usage Frequency: 2
Quality:
avoid using if/else statements for short conditions
evitare di utilizzare le istruzioni if/else per condizioni brevi
Last Update: 2007-06-14
Usage Frequency: 2
Quality:
thus by using short circuit evaluation of boolean expressions we have found a way to eliminate conventional if/else statements from our programs.
utilizzando la valutazione troncata delle espressioni booleane abbiamo trovato un modo di eliminare le classiche istruzioni if/else dai nostri programmi.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
feel free to create similar examples, with if, else, and other functions such as strtoupper() and strlen().
sentitevi liberi di generare esempi simili, con if, else (altrimenti) ed altre funzioni quali strtoupper() e strlen().
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
even more rarely will you find a use for short circuit evaluation rather than conventions if/else - particularly if required within an expression.
più raramente potrete utilizzare la valutazione troncata al posto del tradizionale if/else, specie all'interno di una espressione.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
- length (in months) of the drug therapy until the symptom disappeared or, if else, until the last checkup.
- durata in mesi della terapia fino alla scomparsa del sintomo, o se non scomparso, fino all'ultimo controllo trascritto.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
complete: it implements the "if", "if...else", "for", "while" and "do...while" constructions, and the "int", "long int", "double", "byte", ""text"" and "virtual" types
completo: implementa i costrutti "if", "if...else", "for", "while" e "do...while", e i tipi "int", "long int", "double", "byte", "text" e "virtual"
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting