You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

 

ActionScript

JavaScript + Closure annotation

Notes

&&=

x &&= y

x = x && y

 

||=

x ||= y

x = x || y

 

  • No labels