tidefs.clu 257 B

123456789101112
  1. word = int
  2. struct = pathname "record"
  3. sequence = pathname "array"
  4. MAXSIZENO = 8
  5. BLOCKSIZE = 2**MAXSIZENO
  6. DISKSIZE = 64 % Number of blocks on each disk device
  7. MEMSIZE = 64 % Number of blocks of main memory
  8. UNDEFINED = "undefined" % Some unique value