eval(1tcl)
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).
25 April 2004
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004