array A_nextFree302 integer A_firstFree670 integer A_maxIndex939 integer A_firstFree670 = 0 integer A_maxIndex939 = 0 function initGlobals176() { } function main507() { initGlobals176(); new_A145(); } function config484() { } function new_A145() returns integer { local integer this204 local integer this827 if (A_firstFree_670 == 0) { if (A_maxIndex_939 < 32768) { A_maxIndex_939 = (A_maxIndex_939 + 1); this_827 = A_maxIndex_939; } else { error981("Out of memory: Could not create A."); this_827 = 0; }; } else { A_firstFree_670 = (A_firstFree_670 - 1); this_827 = A_nextFree_302[A_firstFree_670]; }; this_204 = this_827; return this_204; } function error981(string msg511) { $debugPrint108((msg_511 + (" " + #getStackTrace()))); }