From: Stephen D. <sd...@gm...> - 2006-07-13 20:07:51
|
On 7/13/06, Vlad Seryakov <vl...@cr...> wrote: > This is from file.tcl, > > # And here's the magic part. We're using "for" here to translate the > # text source file into bytecode, which will be associated with the > # Tcl_Obj we just cached (as its internal representation). "eval" > # doesn't do this as the eval provided in Tcl uses the TCL_EVAL_DIRECT > # flag, and hence interprets the text directly. > # > > uplevel [for [lindex $pair 1] {0} {} {}] > It's all lies without per-interp caches... |