Sign in
rust
/
rust-by-example
/
refs/heads/macros
/
.
/
examples
/
variables
/
input.md
blob: 22358bb6cf4555d2b9c2a58dcdd1eb12dc34656f [
file
] [
log
] [
blame
] [
view
] [
edit
]
Values
(
like literals
)
can be bound to variables
,
using
the
`let`
binding
.
{
variables
.
play
}