array A_nextFree133 integer A_firstFree150 integer A_maxIndex115 integer A_firstFree150 = 0 integer A_maxIndex115 = 0 function initGlobals135() { } function main882() { initGlobals135(); init_test333(); } function config102() { } function init_test333() { local integer this119 if (A_firstFree_150 == 0) { if (A_maxIndex_115 < 32768) { A_maxIndex_115 = (A_maxIndex_115 + 1); this_119 = A_maxIndex_115; } else { error142("Out of memory: Could not create A."); this_119 = 0; }; } else { A_firstFree_150 = (A_firstFree_150 - 1); this_119 = A_nextFree_133[A_firstFree_150]; }; testSuccess122(); } IS_NATIVE function testSuccess122() { } function error142(string msg191) { $debugPrint424((msg_191 + (" " + #getStackTrace()))); }