2025-10-14 12:58:39 +02:00
|
|
|
== New variables
|
|
|
|
|
|
|
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var** +
|
2025-11-29 22:21:06 +01:00
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A first variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Default**:
|
|
|
|
|
|
2026-04-01 17:01:24 +02:00
|
|
|
* the value of the variable "a second variable" (var2)
|
|
|
|
|
* the value of the variable "a third variable" (var3)
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var2** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A second variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Default**: no
|
2025-11-12 19:33:56 +01:00
|
|
|
| **var3** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A third variable. +
|
2025-10-14 12:58:39 +02:00
|
|
|
**Default**: yes
|
2026-04-30 06:58:12 +02:00
|
|
|
|====
|