What is the translation of " SWITCH STATEMENT " in Portuguese?

[switʃ 'steitmənt]
[switʃ 'steitmənt]
instrução switch
switch statement
declaração switch
switch statement

Examples of using Switch statement in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
Switch statements cannot have multiple default blocks.
Declarações switch não podem ter mais vários blocos default.
If no tokens are available, the Switch statement will exit.
Se não houver mais tokens disponíveis, a instrução Switch será fechada.
As I said, a switch statement in Swift has a few tricks up its sleeve.
Como eu disse, uma instrução switch no Swift tem alguns truques na manga.
You can combine a long list of conditions in a switch statement.
Você pode combinar uma lista longa de condições em uma instrução Switch.
The power of a switch statement in Swift lies in pattern matching.
O poder de uma instrução switch no Swift está na correspondÃancia de padrÃμes.
You can also compare the considered value of a switch statement to tuples.
VocÃa também pode comparar o valor considerado de uma instrução switch com tuplas.
Switch statements are more powerful in Swift than they are in Objective-C.
DeclaraçÃμes switch são muito mais poderosas na Swift que em Objective-C.
These patterns andactions are like switch statements inside the loop.
Esses padrões eações são como instruções de mudança dentro do loop.
The switch statement allows us to create different messages according to the reason.
A declaração switch nos permite criar diferentes mensagens de acordo com o motivo.
It is no longer possible to define two ormore default blocks in a switch statement.
Não é mais possível definir dois oumais blocos default em uma declaração switch.
For example, the following will switch statement will trigger an E_COMPILE_ERROR.
Por exemplo, a declaração switch a seguir vai disparar um E_COMPILE_ERROR.
The switch statement control compound statements c program.
O programa de c das indicações compostas do controle da indicação do interruptor.
The break Statement We have already met break in the discussion of the switch statement.
Nós temo-nos encontrado com já a ruptura na discussão da indicação do interruptor.
The Switch statement uses the Regex class to match the variable value first with the term"word2.
A instrução Switch usa a classe Regex para comparar o valor da variável primeiro com o termo"palavra2.
Starting from JDK 7,you can use arguments of type String in the expression of a switch statement.
A partir do JDK 7,é possível usar argumentos do tipo String na expressão de uma instrução switch.
There is no"switch" statement in Python, instead a long"if:… elif:… elif:… else:…" statement is used.
Não há o comando"switch" no Python, no lugar dele um longo comando"if:… elif:… elif:… else:…" é usado.
When Windows PowerShell reaches the first Break statement, the Switch statement exits.
Quando o Windows PowerShell alcança a primeira instrução Break, a instrução Switch é fechada.
Notice that the cases of the switch statement don't include break statements to break out of the switch statement.
Observe que os casos da instrução switch não incluem instruçÃμes break para sair da instrução switch.
The Break keyword indicates that no more processing will occur and that the Switch statement will exit.
A palavra-chave Break indica que não haverá mais processamento e que a instrução Switch será fechada.
For example, the following Switch statement uses Break statements to test for the most specific condition.
Por exemplo, a instrução Switch a seguir usa instruções Break para verificar a condição mais específica.
The most important code that we have added is located in the if statement that follows the switch statement.
O cÃ3digo mais importante que nÃ3s adicionamos está localizado na instrução if que segue a instrução switch.
Because the variable value andthe first test in the Switch statement match, the first code block in the Switch statement runs.
Como o valor da variável eo primeiro teste da instrução Switch coincidem, o primeiro bloco de código da instrução Switch é executado.
TOPIC about_Break SHORT DESCRIPTION Describes a statement you can use to immediately exit Foreach, For, While, Do, or Switch statements.
TÓPICO about_Break DESCRIÇÃO RESUMIDA Descreve uma instrução que você pode usar para fechar imediatamente instruções Foreach, For, While, Do ou Switch.
The"Default" keyword within the switch statement indicates that if no matches are found, the code block that follows the keyword will be evaluated.
A palavra-chave"Default" que aparece na instrução Switch indica que, se nenhuma correspondência for encontrada, o bloco de código depois dela será avaliado.
This is a tangible step backwards since compilers can often devirtualise calls, which your switch statement(or function pointer struct) can't.
Este é um passo concreto para trás desde compiladores muitas vezes pode devirtualise chamadas, que o seu switch(ou ponteiro de função struct) não pode.
You can use the integer values in a switch statement that chooses the desired action for the content URI or URIs that match a particular pattern.
É possível usar os valores de número inteiro em uma declaração switch que escolha a ação desejada para a URI de conteúdo ou URIs que atendam ao padrão determinado.
Similarly, many projects have forgone virtual methods(RTTI in C++ parlance)only to reimplement them badly as a switch statement at the start of every method function.
Da mesma forma, muitos projectos têm métodos virtuais não cobrados(RTTI na linguagem C++),apenas para reimplementar-los mal como uma instrução switch no início de cada função método.
In Objective-C, Â the result of the expression of a switch statement needs to be of type integer and the values of each case statement should be a constant or a constant expression.
Em Objective-C, o resultado da expressão de uma declaração switch precisa ser um inteiro e os valores de cada declaração case deve ser uma constante ou expressão de constante.
Note that the associated value of the Connected member is available in the switch statement as a constant named port, which we can then use in the corresponding case.
Note que o valor associada do membro Connected é acessível na instrução switch como uma constante com o nome port, que podemos usar no case correspondente.
While there are some differences, switch statements in Swift adhere to the same concept as those in other programming languages;a value is passed to the switch statement, and it is compared against possible matching patterns. That's right, patterns.
Embora existam algumas diferenças, a instruçÃμes switch no Swift aderem ao mesmo conceito que as de outras linguagens de programação,um valor é passado para a instrução switch e é comparado a possíveis padrÃμes correspondentes.
Results: 73, Time: 0.0335

Word-for-word translation

Top dictionary queries

English - Portuguese