25 lines
741 B
Text
25 lines
741 B
Text
== New variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
|
|
**rougail.bool** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
|
A boolean variable. +
|
|
**Default**: false
|
|
|
|
|
|
|
**rougail.int1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` |
|
|
First integer variable. +
|
|
**Default**: if bool returns 1 otherwise return 2
|
|
|
|
|
|
|
**rougail.int2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` |
|
|
Second integer variable. +
|
|
**Default**: if bool returns 3 otherwise return 4
|
|
|====
|
|
|