0

I don't get it

29th Jul 2017, 11:55 AM
Dimitris Dimitropoulos
Dimitris Dimitropoulos - avatar
3 Réponses
+ 7
And I don't get your question. Perhaps you can elaborate on what you don't understand? Switch structures?
29th Jul 2017, 12:03 PM
Hatsy Rei
Hatsy Rei - avatar
+ 1
The switch statement is a more efficient way to test a lot of conditions for equality with an input variable. Its life func(var input) { If (input == case 1) {} if (input== case 2){} if (input == case 3) {} }
29th Jul 2017, 1:01 PM
josh mizzi
josh mizzi - avatar
0
ok I got it..:) ty Hatsi Rey & josh mizzi
29th Jul 2017, 2:40 PM
Dimitris Dimitropoulos
Dimitris Dimitropoulos - avatar