Flanamacca
Programmer
How do i do an if statement , where it checks :
If something is something or if something is something else before doing some code??
EG:
If ( x > 7) or If (y <4)
{Run this code}
If something is something or if something is something else before doing some code??
EG:
If ( x > 7) or If (y <4)
{Run this code}