default { state_entry() { float a = 0.6 + 0.1; float b = 0.7; if (a == b) llOwnerSay("equal"); else llOwnerSay("different"); } }