function initGlobals269() { } function main161() { initGlobals269(); init_test709(); } function config195() { } function init_test709() { local integer blub_a170 blub_a_170 = GetRandomInt125(0, 100); println772(I2S125(((blub_a_170 * 2) + blub_a_170))); } IS_NATIVE IS_EXTERN @extern function GetRandomInt125(integer a116, integer b469) returns integer { } IS_NATIVE IS_EXTERN @extern function I2S125(integer i103) returns string { } IS_NATIVE function println772(string s877) { }