class
	WEL_DLL

General
	cluster: wel.support
	description: "Dynamic-link library containing one or more functions that are compiled, linked, and stored separately from the processes using them."
	create: make

Ancestors
	WEL_ANY

Queries
	exists: BOOLEAN
	item: POINTER
	name: STRING
	shared: BOOLEAN
	to_integer: INTEGER

Commands
	dispose
	set_item (an_item: POINTER)
	set_shared
	set_unshared