View Single Post
Old 10-07-2003, 06:14 PM   #4
carrrnuttt
AF Fanatic
 
carrrnuttt's Avatar
 
Join Date: Feb 2002
Location: Phoenix, Arizona
Posts: 6,998
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Nomaaaaaaaaaaaaaahhh !!!!

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();
........}
...}
}
____________________________________
__________________
2002_Nissan_Maxima_6-speed
carrrnuttt is offline   Reply With Quote