/* Constant Definition Library for ArmBob 4.0   */

#ifndef  _BOBCONSTANTS

#define _BOBCONSTANTS 1

#define TRUE 1
#define FALSE 0
#define EOF -1
#define NIL 0
#define CLASS 1
#define OBJECT 2
#define VECTOR 3
#define INTEGER 4
#define STRING 5
#define BYTECODE 6
#define CODE 7
#define DICTIONARY 8
#define VARIABLE 9
#define IOSTREAM 10
#define REAL 11
#define pi (3.14159265)

#endif
