next up previous contents index
Next: Example: Switch Control Up: Control Statements Previous: Example: A Double

Example: Switch Control to Another File

Suppose the file called ``mini.str" contains the following statements:

minimize powell
   nstep=40.0
end
One can then include the contents of this file in another file by specifying the ``@" statement; e.g.,
@mini.str
is equivalent to
minimize powell
   nstep=40.0
end


Web Manager
Sat Mar 11 09:37:37 PST 1995