25 lines
751 B
Text
25 lines
751 B
Text
== Variables for "Rougail"
|
|
|
|
[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[number]` `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[number]` `standard` `mandatory` |
|
|
Second integer variable. +
|
|
**Default**: if bool returns 3 otherwise return 4.
|
|
|====
|
|
|