Compiling with "case"
#1

Example :

Код HTML:
case 1..5:{
// Some stuff
}

case 6..10:{
// Some stuff
}

case 50..52:{
// Some stuff
}

case 600..769:{
// Some stuff
}
And when I compile, it compiles me very, very slowly... It took ~2 minutes to compile, when my code is only 300 lines length... Is it has to be like that when I use case or I do something wrong?

It only happens when I use many "case".
Reply


Messages In This Thread
Compiling with "case" - by Supermaxultraswag - 04.01.2015, 11:29
Re: Compiling with "case" - by ATGOggy - 04.01.2015, 11:34
Re: Compiling with "case" - by dominik523 - 04.01.2015, 11:54
Re: Compiling with "case" - by Supermaxultraswag - 04.01.2015, 15:10
Re: Compiling with "case" - by Vince - 04.01.2015, 15:44
Re: Compiling with "case" - by Supermaxultraswag - 05.01.2015, 19:24

Forum Jump:


Users browsing this thread: 3 Guest(s)