ACCUEIL de DOC
CARTE DU SITE
PAGES DE MAN
GNU INFO
RECHERCHE
eval(TCL)
eval -- evaluate a Tcl script
Syntax
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).
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003