Rust logo
Rust 1.77.2
25ef9e3d8

Variable Bindings

There is a new edition of the book and this is an old link.

Variable bindings bind some value to a name, so it can be used later.

let foo = 5;
Run

You can find the latest version of this information here.