function initGlobals182() { } function main117() { initGlobals182(); init_Test131(); } function config206() { } function init_Test131() { local integer this_val123 local integer this606 local integer result687 local integer i114 local integer temp125 this_val_123 = 5; this_606 = 2; result_687 = 1; i_114 = 1; temp_125 = 1; loop { exitwhen (i_114 > temp_125); result_687 = (result_687 * this_606); i_114 = (i_114 + 1); }; if ((this_val_123 mod (result_687 * 2)) < result_687) { this_val_123 = (this_val_123 + result_687); } else { }; if (this_val_123 == 7) { testSuccess151(); } else { testFail133(I2S674(this_val_123)); }; } IS_NATIVE function testSuccess151() { } IS_NATIVE IS_EXTERN @extern function I2S674(integer i529) returns string { } IS_NATIVE function testFail133(string msg109) { }