Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

ActionScript

JavaScript + Closure annotation

Notes

 

 

&&=

x &&= y

x = x && y  

 

 

 

 

 

||=

x ||= y

x = x || y