diff --git a/header.inc b/header.inc index a062fd1..f8a7f92 100644 --- a/header.inc +++ b/header.inc @@ -33,7 +33,7 @@ #define ENDFUNCTION } #define DIM #define AS -#define SUB void +#define SUB void #define ENDSUB } #define BEGIN { #define END } @@ -44,7 +44,6 @@ #define ADDR & #define INCR ++ #define DECR -- -#define NEXT ++ #define PRIOR -- #define BYREF * #define NOT not @@ -78,6 +77,17 @@ #define BREAK break; #define SHORT short #define LPCHAR char* +#define CLASS class +#define ENDCLASS }; +#define CONSTRUCTOR +#define ENDCONSTRUCTOR } +#define DO { +#define NEXT } + + + + + #ifndef TRUE #define TRUE 1