Files
2026-07-13 11:58:46 +08:00

6 lines
255 B
Markdown

---
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.