array A_nextFree430 integer A_firstFree466 integer A_maxIndex705 integer A_firstFree466 = 0 integer A_maxIndex705 = 0 function initGlobals132() { } function main150() { initGlobals132(); init_test601(); } function config555() { } function init_test601() { local integer this369 if (A_firstFree_466 == 0) { if (A_maxIndex_705 < 32768) { A_maxIndex_705 = (A_maxIndex_705 + 1); this_369 = A_maxIndex_705; } else { error255("Out of memory: Could not create A_test."); this_369 = 0; }; } else { A_firstFree_466 = (A_firstFree_466 - 1); this_369 = A_nextFree_430[A_firstFree_466]; }; } function error255(string msg202) { $debugPrint140((msg_202 + (" " + #getStackTrace()))); }