Основной файл:
CODE:
int a=1;
startbot:;
if(a<3) {messagebox("Переменнная А="+format(a));}
#include "D:\test.txt";
int a=1;
startbot:;
if(a<3) {messagebox("Переменнная А="+format(a));}
#include "D:\test.txt";
Файл include:
CODE:
a++;
goto global startbot;
a++;
goto global startbot;