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