[osflash] A.M.E.S. + Nested functions
Javier Gimenez
jsgimenez at gmail.com
Sun Sep 28 13:49:10 PDT 2008
Hi there ...
I'm taking my first steps into the world of open source flash development.
I'm currently using A.M.E.S. workflow and i have a doubt ...
Nested function are allowed ?
Im trying to do something like this
class myClass {
public function myClass() {
}
public function someMethod() {
nestedFunction();
function nestedFunction() {
something ...
}
}
}
but always get an error message (mismatched input 'nestedFunction' expecting
LPAREN )
What am I doing wrong ?
Is it possible ?
I'm using EasyEclipse for PHP 1.2.2.2 + ASDT 0.0.9
Thank you very much
Cheers
Javier Giménez
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20080928/37ad3cae/attachment.html
More information about the osflash
mailing list