class TO_SPECIAL [T] General cluster: base description: "References to special objects, for direct access to arrays and strings" create: make_area Ancestors ANY Queries area: SPECIAL [T] infix "@" (i: INTEGER_32): T item alias "[]" (i: INTEGER_32): T valid_index (i: INTEGER_32): BOOLEAN Commands put (v: T; i: INTEGER_32)