06-18-2017, 03:45 PM
(06-18-2017, 12:57 PM)Shannon Wrote: The gender limiter relies on an "If" statement, which seems to be very challenging for the subconscious mind to execute as a computer would for some reason.
You may have already considered this, but computers kinda do it both ways too:
- "if(x==2)" is only true is x is equal to the value of 2.
- "if(x=2)" will attempt to set x to the value of 2 and is always true if x can be 2.