rougail-output-doc/tests/results/test_namespace/40_8calculation_integer.adoc

30 lines
778 B
Text
Raw Normal View History

2024-11-15 08:13:45 +01:00
== Variables for "Rougail"
2024-07-10 21:27:48 +02:00
2025-10-02 08:38:43 +02:00
**rougail**
`standard`
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
2024-11-15 08:13:45 +01:00
| Variable | Description
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
2024-07-10 21:27:48 +02:00
**rougail.bool** +
2024-11-15 08:13:45 +01:00
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
2024-07-10 21:27:48 +02:00
A boolean variable. +
2024-11-15 08:13:45 +01:00
**Default**: false
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
2024-07-10 21:27:48 +02:00
**rougail.int1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` |
2024-07-10 21:27:48 +02:00
First integer variable. +
2024-11-15 08:13:45 +01:00
**Default**: if bool returns 1 otherwise return 2.
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
2024-07-10 21:27:48 +02:00
**rougail.int2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[integer]` `standard` `mandatory` |
2024-07-10 21:27:48 +02:00
Second integer variable. +
2024-11-15 08:13:45 +01:00
**Default**: if bool returns 3 otherwise return 4.
2024-07-10 21:27:48 +02:00
|====