25 lines
713 B
Text
25 lines
713 B
Text
== Variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
|
|
**bool** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
|
A boolean variable. +
|
|
**Default**: false
|
|
|
|
|
|
|
**multi1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
|
A first multi variable. +
|
|
**Default**: a calculation.
|
|
|
|
|
|
|
**multi2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` `unique` `multiple` |
|
|
A second multi variable. +
|
|
**Default**: a calculation.
|
|
|====
|
|
|