diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-07-18 14:57:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-07-18 14:57:12 (GMT) |
commit | a6b118eb896ad74ad84b3fef0d17ba3f6665157d (patch) | |
tree | ec7dc5aa52e63a5c3bf8d176fa73fdffbc873f35 /doc | |
parent | a4edd5667915ef349fa6a0cdd5f4ab3139441b06 (diff) | |
parent | d939948efddb3315536b80ab74e3c7dbd3ad3793 (diff) | |
download | tcl-a6b118eb896ad74ad84b3fef0d17ba3f6665157d.zip tcl-a6b118eb896ad74ad84b3fef0d17ba3f6665157d.tar.gz tcl-a6b118eb896ad74ad84b3fef0d17ba3f6665157d.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/object.n | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/object.n b/doc/object.n index 2bed231..4a81043 100644 --- a/doc/object.n +++ b/doc/object.n @@ -66,6 +66,11 @@ The \fBoo::object\fR class supports the following non-exported methods: This method concatenates the arguments, \fIarg\fR, as if with \fBconcat\fR, and then evaluates the resulting script in the namespace that is uniquely associated with \fIobj\fR, returning the result of the evaluation. +.RS +.PP +Note that object-internal commands such as \fBmy\fR and \fBself\fR can be +invoked in this context. +.RE .\" METHOD: unknown .TP \fIobj \fBunknown ?\fImethodName\fR? ?\fIarg ...\fR? |