rougail-output-doc/tests/results/test_namespace_examples/40_8calculation_integer.md

6 KiB

Table of Contents

Variables for "Rougail"

Variable                                                                                                    Description                                                                                                
rougail.bool
boolean standard mandatory
A boolean variable.
Default: false
rougail.int1
number standard mandatory
First integer variable.
Default: if bool returns 1 otherwise return 2.
rougail.int2
number standard mandatory
Second integer variable.
Default: if bool returns 3 otherwise return 4.

Example with all variables modifiable

---
rougail:
  bool: false
  int1: 2
  int2: 3