package tmcm.xComputer;

class LabelData {
   String name;
   short numericalValue;
}


