
package tmcm.xTurtle;

abstract class TSymbol {
    String name;
    int kind;   // one of the symbol kinds
}


