array Pair_nextFree183 integer Pair_firstFree733 integer Pair_maxIndex128 array Pair_a555 integer Pair_firstFree733 = 0 integer Pair_maxIndex128 = 0 function initGlobals137() { } function main185() { initGlobals137(); init_test112(); } function config940() { } function init_test112() { local integer this865 if (Pair_firstFree_733 == 0) { if (Pair_maxIndex_128 < 32768) { Pair_maxIndex_128 = (Pair_maxIndex_128 + 1); this_865 = Pair_maxIndex_128; } else { error157("Out of memory: Could not create OtherPair."); this_865 = 0; }; } else { Pair_firstFree_733 = (Pair_firstFree_733 - 1); this_865 = Pair_nextFree_183[Pair_firstFree_733]; }; Pair_a_555[this_865] = 2; if (Pair_a_555[this_865] == 2) { testSuccess712(); } else { }; } IS_NATIVE function testSuccess712() { } function error157(string msg988) { $debugPrint122((msg_988 + (" " + #getStackTrace()))); }