array test_vs_x501 array test_vs_y208 array test_vs_z208 real vec3_trim_return_x201 function initGlobals152() { } function main193() { initGlobals152(); init_test767(); } function config973() { } function init_test767() { local integer tempIndex719 test_vs_x_501[0] = 3.; test_vs_y_208[0] = 15.; test_vs_z_208[0] = 4.; tempIndex_719 = foo658(3); vec3_trim136(test_vs_x_501[tempIndex_719], test_vs_y_208[tempIndex_719], test_vs_z_208[tempIndex_719], (foo658(4) * 1.)); } function vec3_trim136(real this_x119, real this_y189, real this_z647, real value530) returns real { this_y_189 = this_x_119; if ((this_x_119 > (- value_530)) and (this_x_119 < value_530)) { this_y_189 = 0.; } else { }; vec3_trim_return_x_201 = this_y_189; return vec3_trim_return_x_201; } function foo658(integer x116) returns integer { if (x_116 > 0) { return x_116; } else { return (- x_116); }; }