NAME
	Items

SYNOPSIS
	Items
	Items <object>

DESCRIPTION
	Give a list of all pseudo-items and pseudo-commands attached to
	the object. This will yield a list with all items added with
	add_item() and a list of all commands and items added with
	add_cmd_item(). The list of command-items is split in a section
	with commands and a section with items. Each pair of commands
	and items is terminated with their index-number.

ARGUMENTS
	<none>   - Get the items of your environment (same: 'Items here')
	<object> - the object to get the added items from
		   (for syntax: see 'help tracer')

SEE ALSO
	tracer
