Check-in [9700f56546]

Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:undo stray delete
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9700f5654674eb41d9eb382c787fc6cc0556455c1a0b9215d230dfa57f70f32f
User & Date: dkf 2018-09-27 07:12:41.935
Context
2018-09-27
07:27
TIPs 515 and 516 implemented check-in: b6b9df8190 user: dkf tags: trunk
07:12
undo stray delete check-in: 9700f56546 user: dkf tags: trunk
2018-09-26
23:18
TIP 508 implemented check-in: d839023f48 user: dkf tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to tip/426.md.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# TIP 426: Determining the "Type" of Commands
	State:		Accepted
	Type:		Project
	Tcl-Version:	8.7
	Vote:		Done
	Post-History:	
	Author:		Donal K. Fellows <[email protected]>
	Created:	31-Jul-2013
	Keywords:	introspection, commands, Tcl, Tk
	Vote-Results:   4/2/3 accepted
	Votes-For:      DKF, BG, JN, JD
	Votes-Against:  DGP, AK
	Votes-Present:  KBK, FV, S
-----

# Abstract

This TIP describes a mechanism for determining what "type" of command
a particular command is. This can be used as a prelude to performing
other kinds of introspection, such as using **info body**,












|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# TIP 426: Determining the "Type" of Commands
	State:		Accepted
	Type:		Project
	Tcl-Version:	8.7
	Vote:		Done
	Post-History:	
	Author:		Donal K. Fellows <[email protected]>
	Created:	31-Jul-2013
	Keywords:	introspection, commands, Tcl, Tk
	Vote-Results:   4/2/3 accepted
	Votes-For:      DKF, BG, JN, JD
	Votes-Against:  DGP, AK
	Votes-Present:  KBK, FV, SL
-----

# Abstract

This TIP describes a mechanism for determining what "type" of command
a particular command is. This can be used as a prelude to performing
other kinds of introspection, such as using **info body**,