New variables ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ Variable  ┃ Description  ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ rougail.bool │ A boolean variable. │ │  boolean   standard   mandatory  │ Default: false │ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ rougail.int1 │ First integer variable. │ │  integer   standard   mandatory  │ Default: if bool returns 1 otherwise │ │ │ return 2 │ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ rougail.int2 │ Second integer variable. │ │  integer   standard   mandatory  │ Default: if bool returns 3 otherwise │ │ │ return 4 │ └───────────────────────────────────────┴──────────────────────────────────────┘