Depending on the English language manual, the read function allows the input of data, receiving the values typed by the user, assigning them to the declared variable along with the read function.
3.5.1 Internal functions
As seen in previous examples, G-Portugol offers two
internal functions: "read" and "print", which allow basic use of
input and output, respectively. The "read" function does not receive
arguments and returns the read value of the standard input ("STDIN"), which
usually means, read the data the user enters on the keyboard,
followed by the "new line" character (usually associated with the "Enter" key
on the keyboard). The data type returned by "read" is implicitly
converted to the primitive type required in the context in which it is
used.
According to the above quotation, it is understood that the 'new line' character allows the attribution of the value to the respective variable.
So there is no possibility of assigning two values to two different variables IN THE SAME LINE, as we see in other languages - example: python.
Recalling the objectives of the Portuguese language:
"On the other hand, submit a beginner to the rigors of a language of
programming like Pascal or the "esoterism" of C is also exaggerated. The
ideal would be a simpler language, similar to "Portugol", from
great popularity in academic media and present in books more
used; with it, the basic principles of structured programming
can be taught without the learning curve being steep."
I believe that because "Portugol" aims to be a simple language for beginners there is no possibility of Multiple assignment as in Python
Sources:
Manual Portugol
Manual Tool Visualg
The example above is not as you would like it any more: https://www.urionlinejudge.com.br/judge/en/problems/view/1015
– Sidney Oliveira
Put two ESCRIAL, one below the other, in the top line put ESCRIAL( and the respective variables of 1.0 and 7.0) in the ESCRIAL below ( the respective variables of 5.0 and 9.0) tried this already? Post your code and we’ll help you!
– Luiz Augusto
Come on, if you open the link there of the activity you will see that where the input sample is (where the user puts the values) is aligned next to each other. I want to know the command to leave my code this way.
– Sidney Oliveira