The assignment operator takes the value of the right operand and assigns it to the left operand.
Syntaxresult = expression;
var x;
x = 5;
Remarks
The = operator behaves like other operators, so expressions that contain it have a value. This means that you can chain assignment operators as follows: j = k = l = 0
. In this case j
, k
, and l
equal zero.
Microsoft Developer Network: Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4