Well i'm working on something and i had this.
if(O in oview(1,M))
//otherstuff
But it doesn't seem that i can use the if here because its not checking for anything. Can someone tell me how to make a if that checks if something's in a oview of 1?
|
|||||||||
Assuming you have M and O properly defined, I believe this should work.