Xplor-NIH home
Documentation
Next:
Example: Switch Control to
Up:
Control Statements
Previous:
Example: A Double Loop
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
Xplor-NIH 2013-06-06