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