...

/

Assignment and Compound Assignment Operators

Assignment and Compound Assignment Operators

This lesson teaches assignment and compound assignment operators in Rust.

Assignment Operator

The assignment operator is used to save a value in the variable.

Type

Rust has only one assignment ...