summaryrefslogtreecommitdiffstats
path: root/docs/content/en/quick-reference/glossary/variable.md
blob: f8139a41f3312e17389d1d62e1fec635acca210f (plain) (blame)
1
2
3
4
5
---
title: variable
---

A _variable_ is a user-defined [_identifier_](g) prepended with a `$` symbol, representing a value of any data type, initialized or assigned within a [_template action_](g). For example, `$foo` and `$bar` are variables.