• Apologies. That should be comparing

    If A Or B

    {Do something}

    with

    If A

    Begin

    {Do something}

    Goto EndIt

    End

    If B

    {Do something}

    EndIt: