DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

source(TCL)


source -- evaluate a file as a Tcl script

Syntax

source fileName

Description

Reads file fileName and passes the contents to the Tcl interpreter as a script to evaluate in the normal fashion. The return value from source is the return value of the last command executed from the file. If an error occurs in evaluating the contents of the file then the source command will return that error. If a return command is invoked from within the file then the remainder of the file will be skipped and the source command will return normally with the result from the return command. If fileName starts with a tilde, then it is tilde-substituted as described in the glob(TCL) manual entry.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003