Question
Simple if - then statement question
I'm trying to find a simple if then syntax reference and
can't. I want to do this:
if ( priceA >= priceB && pmaxB <= loadMw ) {
- which works for PHP, but it doesn't work in AS. Is this the correct syntax?
if ( priceA >= priceB && pmaxB <= loadMw ) {
- which works for PHP, but it doesn't work in AS. Is this the correct syntax?