ActionScript: Specification of the is operator -


i having trouble googling expected behavior of is operator in as3. need know should happen if left side null.

i know possible test, , empirical results, need know specification says, , cannot find anywhere.

you not looking hard enough. http://help.adobe.com/en_us/flashplatform/reference/actionscript/3/operators.html#is

"evaluates whether object compatible specific data type, class, or interface." because null kinda special case , "the null data type special in not associated class" false while using in operator.


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -