Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor documentation wording change to clean up an awkward construct |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ce9c2bde194356e63e8e841ada404ccf |
User & Date: | andy 2018-07-18 03:34:14.707 |
Context
2018-07-20
| ||
16:07 | merge 8.7 check-in: 59a4bcc685 user: sebres tags: trunk | |
2018-07-18
| ||
03:34 | Minor documentation wording change to clean up an awkward construct check-in: ce9c2bde19 user: andy tags: trunk | |
2018-07-12
| ||
15:32 | merge 8.7 check-in: c4529a92b3 user: sebres tags: trunk | |
Changes
Changes to doc/define.n.
︙ | ︙ | |||
439 440 441 442 443 444 445 | an unknown method handler to tie all these pieces together, and they hide their \fBdestroy\fR method so that it is not invoked inadvertently. It is \fIrecommended\fR that any user changes to the slot mechanism be restricted to defining new operations whose names start with a hyphen. .SH EXAMPLES This example demonstrates how to use both forms of the \fBoo::define\fR and \fBoo::objdefine\fR commands (they work in the same way), as well as | | | 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 | an unknown method handler to tie all these pieces together, and they hide their \fBdestroy\fR method so that it is not invoked inadvertently. It is \fIrecommended\fR that any user changes to the slot mechanism be restricted to defining new operations whose names start with a hyphen. .SH EXAMPLES This example demonstrates how to use both forms of the \fBoo::define\fR and \fBoo::objdefine\fR commands (they work in the same way), as well as illustrating four of their subcommands. .PP .CS oo::class create c c create o \fBoo::define\fR c \fBmethod\fR foo {} { puts "world" } |
︙ | ︙ |