Quote:
|
Originally Posted by THE4TH
If Red Sox > A's
Then
Red Sox = Yankees
End If
If Red Sox >Yankees
Then
Red Sox = Red Sox - Curse
Else
Curse > Red Sox
End If
End
 For all you code grinders out there..
i can't really remember i think this is a cheesy version of BASIC.. lol
|
Looks like Visual Basic to me. You need to work on your hierarchy

.
I wonder what this statement returns?

____________________________________
sealed class Champions
{
...public Name [ WorldSeriesChamps ]
...{
........get
........{
..............obj champs = worldSeries.WinnerOf(teams, players);
..............return (champs = 1) ? winners[champs] : new winners();
........}
...}
}
____________________________________