}
function fx2():Boolean {
trace("fx2 called");
return true;
}
if (fx1() || fx2()) {
trace("IF statement entered");
}
/* The following is sent to the Output panel:
fx1 called
IF statement entered
*/
See also
! (logical
NOT),
(strict equality)
66
Chapter 2: ActionScript Language Reference
!=
(inequality),
!== (strict
inequality),
&& (logical
AND),
==
(equality),
===
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?