s

Можно впилить полную, зависит от того, под что и в чём пишется. Но лучше костылить
Size: a a a
s
TK
TK
s
TK
M
TK
M
s
TK
TK
s
float a = 0.1
if (a == 0.1)
{
//This code will never be executed. Badum-tsss!!!
}
s
U
TK
float a = 0.1
if (a == 0.1)
{
//This code will never be executed. Badum-tsss!!!
}
Л
TK
TK
Л
s
if (0.1 == 0.1)
{
//This code will allways be executed
}