// doesn't need anything
return new SubtractPtg();
return 2;
return SIZE;
return TYPE_BINARY;
return "-";
StringBuffer buffer = new StringBuffer(); buffer.append(operands[ 0 ]); buffer.append("-"); buffer.append(operands[ 1 ]); return buffer.toString();
array[ offset + 0 ] = sid;