array A_nextFree165 integer A_firstFree129 integer A_maxIndex171 integer A_firstFree129 = 0 integer A_maxIndex171 = 0 function initGlobals102() { } function main639() { initGlobals102(); init_test197(); } function config116() { } function init_test197() { local integer this674 if (A_firstFree_129 == 0) { if (A_maxIndex_171 < 32768) { A_maxIndex_171 = (A_maxIndex_171 + 1); this_674 = A_maxIndex_171; } else { error149("Out of memory: Could not create A."); this_674 = 0; }; } else { A_firstFree_129 = (A_firstFree_129 - 1); this_674 = A_nextFree_165[A_firstFree_129]; }; testSuccess669(); } IS_NATIVE function testSuccess669() { } function error149(string msg170) { $debugPrint172((msg_170 + (" " + #getStackTrace()))); }