docs-v2/content/flux/v0.x/spec/variables.md

592 B

title description menu weight aliases
Variables Flux variables hold values. A variable can only hold values defined by its type.
flux_0_x_ref
parent name
Flux specification Variables
104
/influxdb/v2.0/reference/flux/language/variables/
/influxdb/cloud/reference/flux/language/variables/

A variable represents a storage location for a single value. Variables are immutable. Once a variable is given a value, it holds that value for the remainder of its lifetime.

{{< page-nav prev="/flux/v0.x/spec/lexical-elements/" next="/flux/v0.x/spec/options/" >}}