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

15 lines
498 B
Text
Raw Normal View History

2025-10-14 12:58:39 +02:00
[cols="1a,1a"]
|====
| Variable | Description
| **rougail.bool** +
2025-11-29 22:21:06 +01:00
`boolean` `standard` `mandatory` | A boolean variable. +
2025-10-14 12:58:39 +02:00
**Default**: false
| **rougail.int1** +
2025-11-29 22:21:06 +01:00
`integer` `standard` `mandatory` | First integer variable. +
2025-10-29 10:46:57 +01:00
**Default**: if bool returns 1 otherwise return 2
| **rougail.int2** +
2025-11-29 22:21:06 +01:00
`integer` `standard` `mandatory` | Second integer variable. +
2025-10-29 10:46:57 +01:00
**Default**: if bool returns 3 otherwise return 4
2025-10-14 12:58:39 +02:00
|====