05-04-2006, 12:45 AM
|
#2 (permalink)
|
|
RunUO Forum Moderator
Join Date: Dec 2004
Location: Israel
Age: 27
Posts: 8,163
|
Quote:
|
Originally Posted by Dipset
if (x == (y || z))
Is there a way to get something like that besides
if (x == y || x == z)
|
Not in c#, sorry.
|
|
|