We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it's ok now,eventhough i don't know why,this project is amazing!thank you for your great work!!!
The text was updated successfully, but these errors were encountered:
i find another bug. it can't work with the for expression like this var i:int; var len:int; len=2; for(i=0 ; i<len ; i++ ) { trace("forTrace:"+1); }
but work with this var i:int; var len:int; len=2; for(i=0 ;( i<len) ; i++ ) { trace("forTrace:"+1); }
will you fix this?or wil you tell me where shall i hack so i can fix this
Sorry, something went wrong.
it works well with this too. i was confused var i:int; var len:int; len=2; for(i=0 ; i<=len ; i++ ) { trace("forTrace:"+1); }
Yeah I don't really offer support on this, I kept the frameworks up more for old portfolio stuff. :)
No branches or pull requests
it's ok now,eventhough i don't know why,this project is amazing!thank you for your great work!!!
The text was updated successfully, but these errors were encountered: