int StartingConditional()
{
    int i = 3;

    if(i==1)
    return TRUE;

    return FALSE;
}