22 lines
784 B
Text
22 lines
784 B
Text
== Rougail
|
|
|
|
====
|
|
**🛈 Informations**
|
|
|
|
**rougail** +
|
|
`standard`
|
|
====
|
|
[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
|
|
|====
|
|
|