pauseAdded Tcl featuresendexit

exit

The exit command exits the readout program. This is a replacement for the standard Tcl exit command. If there is an active or paused run, exit indicates this and refuses to exit:

	  %  begin
	  %  exit
	  A run is active and must be halted before exiting
	  %  end
	  %  exit
	  $< >$
      

Report documentation errors to Ron Fox (fox@nscl.msu.edu)or NSCL's Bugzilla page

pauseAdded Tcl featuresendexit