Tuples Factor documentation > Factor handbook > The language > Objects Prev: Classes Next: Generic words and methods Tuples are user-defined classes composed of named slots. They are the central data type of Factor's object system. Tuple들은 이다 사용자 정의된 클래스들 구성된 관련된 것은 이름지어진 slot들. 그들은 이다 중심 데이터 유형 관련된 것은 Factor의 객체 시스템. Tuple examples A parsing word defines tuple classes: 파싱 워드는 정의한다 tuple 클래스들. TUPLE: For each tuple class, several words are defined, the class word, a class predicate, and accessor words for each slot. 위하는 것은 각 tuple 클래스, 다양한 워드들이 정의된, 그 클래스 워드, 한 클래스 술어, 그리고 접근자 워드들 위하는 것은 각 slot. The class word is used for defining methods on the tuple class; it has the same name as the tuple class. 클래스 워드는 사용된다 위하는 것은 정의하는 메소드들 접하는 것은 tuple 클래스; 그것은 가진다 같은 이름 동시에 같은 것은 tuple 클래스. The predicate is named name ? . 술러는 이름지어진다 name?. Initially, no specific words are defined for constructing new instances of the tuple. 초기에, 없다 특정...