class
	FIBONACCI

General
	cluster: base.support
	description: "The Fibonacci number sequence"

Ancestors
	COUNTABLE_SEQUENCE [G]

Queries
	After: BOOLEAN
	all_lower_fibonacci (n: INTEGER): ARRAY [BOOLEAN]
	changeable_comparison_criterion: BOOLEAN
	exhausted: BOOLEAN
	Extendible: BOOLEAN
	First: INTEGER
	for_all (test: FUNCTION [ANY, TUPLE [INTEGER], BOOLEAN]): BOOLEAN
	Full: BOOLEAN
	higher_fibonacci (n: INTEGER): INTEGER
	i_th (i: INTEGER): INTEGER
	index: INTEGER
	index_of (v: [like item] INTEGER; i: INTEGER): INTEGER
	Is_empty: BOOLEAN
	is_fibonacci (n: INTEGER): BOOLEAN
	is_inserted (v: INTEGER): BOOLEAN
	item: INTEGER
	lower_fibonacci (n: INTEGER): INTEGER
	object_comparison: BOOLEAN
	occurrences (v: INTEGER): INTEGER
	off: BOOLEAN
	Prunable: BOOLEAN
	Readable: BOOLEAN
	Second: INTEGER
	there_exists (test: FUNCTION [ANY, TUPLE [INTEGER], BOOLEAN]): BOOLEAN
	Writable: BOOLEAN

Commands
	compare_objects
	compare_references
	do_all (action: PROCEDURE [ANY, TUPLE [INTEGER]])
	do_if (action: PROCEDURE [ANY, TUPLE [INTEGER]]; test: FUNCTION [ANY, TUPLE [INTEGER], BOOLEAN])
	forth
	search (v: [like item] INTEGER)
	start