class
	CHARACTER_REF

General
	cluster: base.kernel
	description: "References to objects containing a character value"

Ancestors
	COMPARABLE
	HASHABLE

Queries
	infix ">=" (other: [like Current] CHARACTER_REF): BOOLEAN
	infix ">" (other: [like Current] CHARACTER_REF): BOOLEAN
	infix "<=" (other: [like Current] CHARACTER_REF): BOOLEAN
	infix "<" (other: [like Current] CHARACTER_REF): BOOLEAN
	infix "-" (decr: INTEGER): CHARACTER
	infix "+" (incr: INTEGER): CHARACTER
	infix "|-|" (other: CHARACTER): INTEGER
	code: INTEGER
	hash_code: INTEGER
	is_alpha: BOOLEAN
	is_digit: BOOLEAN
	is_equal (other: [like Current] CHARACTER_REF): BOOLEAN
	is_hashable: BOOLEAN
	is_lower: BOOLEAN
	is_upper: BOOLEAN
	item: CHARACTER
	lower: CHARACTER
	max (other: [like Current] CHARACTER_REF): [like Current] CHARACTER_REF
	Max_value: INTEGER
	min (other: [like Current] CHARACTER_REF): [like Current] CHARACTER_REF
	Min_value: INTEGER
	next: CHARACTER
	out: STRING
	previous: CHARACTER
	three_way_comparison (other: CHARACTER_REF): INTEGER
	upper: CHARACTER

Commands
	set_item (c: CHARACTER)