29 lines
557 B
Text
29 lines
557 B
Text
|
== Variables
|
||
|
|
||
|
=== a family
|
||
|
|
||
|
`basic`
|
||
|
|
||
|
[cols="1a,1a"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
|
||
|
**general.int** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `basic` `mandatory` |
|
||
|
A first number. +
|
||
|
**Validators**:
|
||
|
|
||
|
* int and int2 must be different.
|
||
|
* int and int3 must be different.
|
||
|
|
||
|
**Example**: 5
|
||
|
|
|
||
|
|
||
|
**general.int2** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[number]` `standard` `mandatory` |
|
||
|
A second number. +
|
||
|
**Default**: 1
|
||
|
|====
|
||
|
|