@ -3,7 +3,8 @@
#include "MonochromeLib.h"
#define If if{
#define If if
#define Then {
#define IfEnd }
#define While(txt) while(txt){
@ -2,12 +2,26 @@
#include "fxlib.h"
#include "AldeBasiClib.h"
int A;
int AddIn_main(int isAppli, unsigned short OptionNum)
{
Cls;
Locate(2,3,Test);
A = 1;
If( A == 1)
Then
Locate(5,5,Test2);
IfEnd
RclVRAM;
Sleep(5000);
While(1)
WhileEnd
}
#pragma section _BR_Size