ActionScript

JavaScript + Closure annotation

Notes

&&=

x &&= y

x = x && y

 

||=

x ||= y

x = x || y

 

  • No labels