var call := 0; func t() { call = call + 1; __fstdout_println(call); t(); } t();