class
	WEL_COMMAND_LIST

General
	cluster: wel
	description: "A command which executes a list of commands."
	create: make

Ancestors
	LINKED_LIST [G]
	WEL_COMMAND*

Queries
	after: BOOLEAN
	before: BOOLEAN
	changeable_comparison_criterion: BOOLEAN
	count: INTEGER_32
	cursor: LINKED_LIST_CURSOR [WEL_COMMAND_EXEC]
	duplicate (n: INTEGER_32): [like Current] WEL_COMMAND_LIST
	exhausted: BOOLEAN
	Extendible: BOOLEAN
	first: [like item] WEL_COMMAND_EXEC
	for_all (test: FUNCTION [ANY, TUPLE [WEL_COMMAND_EXEC], BOOLEAN]): BOOLEAN
	Full: BOOLEAN
	has (v: [like item] WEL_COMMAND_EXEC): BOOLEAN
	i_th alias "[]" (i: INTEGER_32): [like item] WEL_COMMAND_EXEC
	index: INTEGER_32
	index_of (v: [like item] WEL_COMMAND_EXEC; i: INTEGER_32): INTEGER_32
	index_set: INTEGER_INTERVAL
	infix "@" (i: INTEGER_32): [like item] WEL_COMMAND_EXEC
	is_empty: BOOLEAN
	is_equal (other: [like Current] WEL_COMMAND_LIST): BOOLEAN
	is_inserted (v: WEL_COMMAND_EXEC): BOOLEAN
	isfirst: BOOLEAN
	islast: BOOLEAN
	item: WEL_COMMAND_EXEC
	last: [like item] WEL_COMMAND_EXEC
	linear_representation: LINEAR [WEL_COMMAND_EXEC]
	message_information: WEL_MESSAGE_INFORMATION
	object_comparison: BOOLEAN
	occurrences (v: [like item] WEL_COMMAND_EXEC): INTEGER_32
	off: BOOLEAN
	prunable: BOOLEAN
	readable: BOOLEAN
	sequential_occurrences (v: [like item] WEL_COMMAND_EXEC): INTEGER_32
	there_exists (test: FUNCTION [ANY, TUPLE [WEL_COMMAND_EXEC], BOOLEAN]): BOOLEAN
	valid_cursor (p: CURSOR): BOOLEAN
	valid_cursor_index (i: INTEGER_32): BOOLEAN
	valid_index (i: INTEGER_32): BOOLEAN
	writable: BOOLEAN

Commands
	add_command (command: WEL_COMMAND; argument: ANY)
	append (s: SEQUENCE [WEL_COMMAND_EXEC])
	back
	compare_objects
	compare_references
	copy (other: [like Current] WEL_COMMAND_LIST)
	do_all (action: PROCEDURE [ANY, TUPLE [WEL_COMMAND_EXEC]])
	do_if (action: PROCEDURE [ANY, TUPLE [WEL_COMMAND_EXEC]]; test: FUNCTION [ANY, TUPLE [WEL_COMMAND_EXEC], BOOLEAN])
	execute (argument: ANY)
	extend (v: [like item] WEL_COMMAND_EXEC)
	fill (other: CONTAINER [WEL_COMMAND_EXEC])
	finish
	force (v: [like item] WEL_COMMAND_EXEC)
	forth
	go_i_th (i: INTEGER_32)
	go_to (p: CURSOR)
	merge_left (other: [like Current] WEL_COMMAND_LIST)
	merge_right (other: [like Current] WEL_COMMAND_LIST)
	move (i: INTEGER_32)
	prune (v: [like item] WEL_COMMAND_EXEC)
	prune_all (v: [like item] WEL_COMMAND_EXEC)
	put (v: [like item] WEL_COMMAND_EXEC)
	put_front (v: [like item] WEL_COMMAND_EXEC)
	put_i_th (v: [like item] WEL_COMMAND_EXEC; i: INTEGER_32)
	put_left (v: [like item] WEL_COMMAND_EXEC)
	put_right (v: [like item] WEL_COMMAND_EXEC)
	remove
	remove_command (command: WEL_COMMAND; argument: ANY)
	remove_left
	remove_right
	replace (v: [like item] WEL_COMMAND_EXEC)
	search (v: [like item] WEL_COMMAND_EXEC)
	set_message_information (mi: WEL_MESSAGE_INFORMATION)
	start
	swap (i: INTEGER_32)
	wipe_out