Thread: x == (y || z)
View Single Post
Old 05-04-2006, 12:45 AM   #2 (permalink)
daat99
RunUO Forum Moderator
 
daat99's Avatar
 
Join Date: Dec 2004
Location: Israel
Age: 27
Posts: 8,163
Send a message via ICQ to daat99 Send a message via AIM to daat99
Default

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.
__________________
I always try to help
Sometimes, I don't know how....

My Web Page
Forum Rules
-------------------------------------------------------------
Extensive OWLTR System | Token System | World Teleporters
-------------------------------------------------------------
daat99 is offline   Reply With Quote