1516171819202122232425
public STORAGE memory; AlgDecoder decoder; CODE program; public int INIT() { memory = new STORAGE(); int a = memory.INIT(); if (a != 0) { return a; } a = Translator.INIT();