eval(TCL)
eval --
evaluate a Tcl script
Synopsis
eval arg [arg ...]
Description
eval takes one or more arguments, which together
comprise a Tcl script containing one or more commands.
eval concatenates all its arguments in the same
fashion as the concat command, passes the
concatenated string to the Tcl interpreter recursively, and
returns the result of that evaluation (or any error
generated by it).
02 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 02 June 2005