int StartingConditional() { if (2 < 1) return TRUE; else return FALSE; }