array Pair_nextFree875 integer Pair_firstFree213 integer Pair_maxIndex731 array Pair_a430 integer Pair_firstFree213 = 0 integer Pair_maxIndex731 = 0 function initGlobals293() { } function main207() { initGlobals293(); init_test270(); } function config342() { } function init_test270() { local integer this207 if (Pair_firstFree_213 == 0) { if (Pair_maxIndex_731 < 32768) { Pair_maxIndex_731 = (Pair_maxIndex_731 + 1); this_207 = Pair_maxIndex_731; } else { error742("Out of memory: Could not create OtherPair."); this_207 = 0; }; } else { Pair_firstFree_213 = (Pair_firstFree_213 - 1); this_207 = Pair_nextFree_875[Pair_firstFree_213]; }; Pair_a_430[this_207] = 4; if (Pair_a_430[this_207] == 4) { testSuccess123(); } else { }; } IS_NATIVE function testSuccess123() { } function error742(string msg169) { $debugPrint936((msg_169 + (" " + #getStackTrace()))); }