593594595596597598599
public CodeBlock SUBTRACTINT() { return add(new SubtractInt(this)); } public CodeBlock ANDBOOL() { return add(new AndBool(this)); }