home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 018.lha / sources / primitive.h < prev    next >
Text File  |  1986-10-19  |  528b  |  23 lines

  1. /*
  2.     Little Smalltalk primitive definitions
  3.  
  4.     (only a subset of primitives are described here, 
  5.     basically those used by the courier and other systems routines.
  6.     All other primitives are known only by number) 
  7.  
  8. */
  9. # define EQTEST 7
  10. # define GAMMAFUN 77
  11. # define SYMEQTEST 91
  12. # define SYMPRINT  94
  13. # define FINDCLASS 99
  14. # define GROW 113
  15. # define BLKRETERROR 127
  16. # define REFCOUNTERROR 128
  17. # define NORESPONDERROR 129
  18. # define RAWPRINT 120
  19. # define PRINT 121
  20. # define ERRPRINT 123
  21. # define BLOCKEXECUTE 140
  22. # define DOPERFORM 143
  23.