Commands

let

Supported By

Syntax

let container = expression

Description

The let command copies the given value into container.

Note

If the specified container is a variable name but the variable has not been created yet, a new local variable is created with that name.

See Also

put