3. Operands#
3.1. Operand VALE#
VALE = lr8
List of reals that will form the listr8 result data structure.
This list can be built from a Python list.
3.2. Operand DEBUT#
♦ DEBUT =
It is the first real in the list of reals that we want to build.
3.3. Operand INTERVALLE#
♦ INTERVALLE =
It is the end of the interval that we will cut with a constant step.
This is the number of steps you want in the interval that ends in r1.
/PAS = R2
It is the step of cutting the interval.
3.4. Operand INFO#
◊ INFO = i
Indicates the printing level of operator results.
1: |
no impression, |
2: |
Print the real list created |
3.5. Operand TITRE#
◊ TITRE = title
Title that the user wants to give to his real list.