DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
|
ActionScript |
JavaScript + Closure annotation |
Notes |
|---|---|---|---|
&&= |
x &&= y |
x = x && y |
|
||= |
x ||= y |
x = x || y |
|
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
|
ActionScript |
JavaScript + Closure annotation |
Notes |
|---|---|---|---|
&&= |
x &&= y |
x = x && y |
|
||= |
x ||= y |
x = x || y |
|