home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / control / eval < prev    next >
Encoding:
Text File  |  1993-10-26  |  507 b   |  16 lines  |  [TEXT/$Tcl]

  1.  
  2.           eval arg ?arg ...?
  3.  
  4.  
  5.      DESCRIPTION
  6.           Eval takes one or more arguments, which together comprise  a
  7.           Tcl  script containing one or more commands.  Eval concaten-
  8.           ates all its arguments in the same  fashion  as  the  concat
  9.           command,  passes  the  concatenated string to the Tcl inter-
  10.           preter recursively, and returns the result of  that  evalua-
  11.           tion (or any error generated by it).
  12.  
  13.  
  14.      KEYWORDS
  15.           concatenate, evaluate, script
  16.