repeated

Parameter value is obtained repeatedly.

Description:

Informs the system that new values for the parameter may be requested repeatedly during one invocation of the program.

Invocation

repeated

Arguments

Examples:

parameter INFILE {

type FILE

access READ

repeated

...

}

There may be repeated request for a new value of the parameter INFILE.


ADAM:

None.
IRAF:
The parameter is set to ‘query’ mode.