class
	ANY

General
	cluster: base.kernel
	description: 
		"Project-wide universal properties.
		This class is an ancestor to all developer-written classes.
		ANY may be customized for individual projects or teams."

Queries
	clone (other: ANY): [like other] ANY
	conforms_to (other: ANY): BOOLEAN
	deep_clone (other: ANY): [like other] ANY
	deep_equal (some: ANY; other: [like some] ANY): BOOLEAN
	default: [like Current] ANY
	default_pointer: POINTER
	equal (some: ANY; other: [like some] ANY): BOOLEAN
	generating_type: STRING
	generator: STRING
	Io: STD_FILES
	is_equal (other: [like Current] ANY): BOOLEAN
	Operating_environment: OPERATING_ENVIRONMENT
	out: STRING
	same_type (other: ANY): BOOLEAN
	standard_clone (other: ANY): [like other] ANY
	standard_equal (some: ANY; other: [like some] ANY): BOOLEAN
	standard_is_equal (other: [like Current] ANY): BOOLEAN
	tagged_out: STRING
	void: NONE

Commands
	copy (other: [like Current] ANY)
	deep_copy (other: [like Current] ANY)
	default_create
	default_rescue
	do_nothing
	print (some: ANY)
	standard_copy (other: [like Current] ANY)

Constraints
	reflexive equality
	reflexive conformance