/********************************************************************
This file is part of the abs 0.907 distribution.  abs is a spreadsheet
with graphical user interface.

Copyright (C) 1998-2001  André Bertin (Andre.Bertin@ping.be) 

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version if in the same spirit as version 2.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

Concact: abs@pi.be
         http://home.pi.be/bertin/abs.shtml

*********************************************************************/


























#define END_OF_MODULE 257
#define BEGIN_OF_MODULE 258
#define BEGIN_OF_FORMULA 259
#define END_OF_FORMULA 260
#define SUB 261
#define FUNCTION 262
#define ARG 263
#define END 264
#define IF 265
#define THEN 266
#define ENDIF 267
#define CASE 268
#define SELECT 269
#define CASEELSE 270
#define WHILE 271
#define WEND 272
#define DO 273
#define LOOP 274
#define UNTIL 275
#define LOOPUNTIL 276
#define LOOPWHILE 277
#define FOR 278
#define EACH 279
#define IN 280
#define EXIT 281
#define TO 282
#define STEP 283
#define NEXT 284
#define CALL 285
#define GOTO 286
#define CONTINUE 287
#define BREAK 288
#define RETURN 289
#define NEWLINE 290
#define INTEGER_CONSTANT 291
#define FLOATING_CONSTANT 292
#define STRING_CONSTANT 293
#define CHARACTER_CONSTANT 294
#define DATE_CONSTANT 295
#define IDENTIFIER 296
#define DEREFID 297
#define BASEOBJECT 298
#define RETURNOBJECT 299
#define FCTMEMBERFCT 300
#define OBJMEMBERFCT 301
#define BUILTINFUNCTION 302
#define USERFUNCTION 303
#define MEMBERFUNCTION 304
#define DEREFMF 305
#define ALONEOBJ 306
#define OPERATION 307
#define MEMBER 308
#define WITH 309
#define DIM 310
#define PUBLIC 311
#define STATIC 312
#define AS 313
#define NEW 314
#define CONST 315
#define CONSTCONST 316
#define DIMS 317
#define STATICS 318
#define PUBLICS 319
#define PRIVATE 320
#define PRIVATES 321
#define OBJECT 322
#define BYTE 323
#define INTEGER 324
#define LONG 325
#define SINGLE 326
#define DOUBLE 327
#define CURRENCY 328
#define STRING 329
#define BOOLEAN 330
#define VARIANT 331
#define DATE 332
#define OBJARG 333
#define SET 334
#define SUBARG 335
#define OPEN 336
#define SPC 337
#define TAB 338
#define CLOSE 339
#define PRINT 340
#define WRITE 341
#define INPUT 342
#define IDLIST 343
#define BYVAL 344
#define BYREF 345
#define OPTION 346
#define OUTPUT 347
#define BINARY 348
#define APPEND 349
#define RANDOM 350
#define NOT 351
#define AND 352
#define OR 353
#define XOR 354
#define EQV 355
#define IMP 356
#define EQ 357
#define NE 358
#define LT 359
#define GT 360
#define LE 361
#define GE 362
#define LIKE 363
#define LS 364
#define MOD 365
#define UMINUS 366
#define UPLUS 367
#define ELSE 368


syntax highlighted by Code2HTML, v. 0.9.1