Actionscript 3 return types - is a * return type ok to use?
- by Derek Adair
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).