Difference between revisions of "Talk:If"
→Gotchas
imported>HawkFest |
imported>HawkFest |
||
Line 43: | Line 43: | ||
<pre>if (angleA >= 0 && angleA <= 90) || (angleA >= 180 && < 270)</pre> | <pre>if (angleA >= 0 && angleA <= 90) || (angleA >= 180 && < 270)</pre> | ||
Once my script hit this line, it stopped working completely. No indication that anything was wrong. --[[User:Mrflippy|Mrflippy]] 21:06, 15 April 2006 (EDT) | Once my script hit this line, it stopped working completely. No indication that anything was wrong. --[[User:Mrflippy|Mrflippy]] 21:06, 15 April 2006 (EDT) | ||
: That's normal, you have 2 operators following each other, "&& <", without their required right or left operands. --[[User:HawkFest|HawkFest]] 17:58, 26 May 2008 (EDT) | |||
---- | ---- |