float test_1data = 1; float test_2data = 2; float test_if() { if (test_1data == test_2data) { /* do this code */ } }