350351352353354355356
public CodeBlock HALT(){ return add(new Halt(this)); } public CodeBlock RETURN0() { return add(new Return0(this)); }