component
A reserved variable holding the list of component values for the current request.
Syntax
read component
or
readln component
Comments
The next floating point value in the file being read is stored in memory as the next component in the current request.
Multiple components can be read in succession. The file reader keeps track of each component separately and remembers the order in which they are read.
Examples
do numcomponents
{
read component
}