home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
tcl_447.lzh
/
TCL
/
tcl.lzh
/
tcl
/
help
/
eval
< prev
next >
Wrap
Text File
|
1990-05-03
|
442b
|
10 lines
eval arg1 arg2 ...
Eval takes one or more arguments, which together
comprise a Tcl command (or collection of Tcl commands
separated by newlines in the usual way). 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).