Integer i1, i2, i3; // 整数 Real r1, r2, r3; // 実数 Complex c1, c2, c3; // 複素数 String S1, S2, S3; // 文字列 Polynomial P1, P2, P3; // 有理多項式 Rational R1, R2, R3; // 有理関数 Matrix M1, M2, M3; // 行列 Array A1, A2, A3; // 配列 Index I1, I2, I3; // 指数 List L1, L2, L3; // リスト