Actionscript 3 return types - is a * return type ok to use?

Posted by Derek Adair on Stack Overflow See other posts from Stack Overflow or by Derek Adair
Published on 2010-04-26T15:13:25Z Indexed on 2010/04/26 15:23 UTC
Read the original article Hit count: 204

Hi,

I have a function in which I'd like to return an Object or false.

Is a return type of * ok to use? are there any downfalls to this? (besides it being a bit lazy in some cases).

© Stack Overflow or respective owner

Related posts about actionscript-3

Related posts about actionscript