tkcmd(...)
tkfile.tail(...)
tkfile.dir(...)
tkopen(...)
tkclose(...)
tkputs(...)
tkread(...)
.Tcl.args
tkcmd
was renamed to tcl
. The
file commands used to be tkopen
, tkclose
, etc., but
since open
and close
do not belong to the Tk toolkit,
the preferred names are now tclopen
, etc. The $
methods for class "tclvar"
have been deprecated in
favour of tclVar
and tclvalue
.
Defunct