mirror of
https://github.com/rust-lang/book.git
synced 2026-03-31 10:26:24 -04:00
327 B
327 B
% 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;
You can find the latest version of this information here.