iables sym1 [sym2 [...]]
SPECTRA tests whether the user supplied enough arguments. Oherwise it prompts for input.
If the input is not supplied, variables returns an error, which can be testet by gra_status().
var file_name nloop
if !gra_status()
say " ERROR: Supply filename and nloop "
wait
end
endif
...