When no window-mode is available, the user is prompted for the parameters. In this example, the dialog will be
A value between 0 and 1
REAL A$ 0.1 <CR>
Any character string
CHARACTER CHAIN$ ABCD <CR>
4 Real values
REAL ARRAY$[4] 1 2 3 4 <CR>
Output file name
FILE FILE$ TESTFILE.DAT <CR>
The prompting method is always the same: an explanatory first line
indicating the meaning of the parameter, and a second line in the
following format:
TYPE NAME[Dimensions]
where
Query mode is also used for missing parameters in Window-mode.