346347348349350351352
public CodeBlock POP(){ return add(new Pop(this)); } public CodeBlock HALT(){ return add(new Halt(this)); }