test

    function SomeFunction (var1, var2) {
        if (var1 > var2) {
            DoSomething();
        } else {
            DoSomethingElse();
            Debug.Log ("Did something else!");
            if (var1 = var2) {
                GoCrazy(var1);
            }
        }
    }

whats the point of this thread?