home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / MADTRB40.ZIP / TURBO.MSG < prev    next >
Encoding:
Text File  |  1986-04-22  |  3.1 KB  |  105 lines

  1.  are not allowed
  2.  can not be
  3.  constant
  4.  does not
  5.  expression
  6.  identifier
  7.  file
  8.  here
  9. Integer
  10. File
  11. Illegal
  12.  or
  13. Undefined
  14.  match
  15.  real
  16. String
  17. Textfile
  18.  out of range
  19.  variable
  20.  overflow
  21.  expected
  22.  type
  23. Invalid
  24.  pointer
  25. 01';'
  26. 02':'
  27. 03','
  28. 04'('
  29. 05')'
  30. 06'='
  31. 07':='
  32. 08'['
  33. 09']'
  34. 10'.'
  35. 11'..'
  36. 12BEGIN
  37. 13DO
  38. 14END
  39. 15OF
  40. 16PROCEDURE FUNCTION
  41. 17THEN
  42. 18TO DOWNTO
  43. 20Boolean
  44. 21 
  45. 22 
  46. 23 
  47. 24 
  48. 25 
  49. 26 
  50. 27 
  51. 28Pointer
  52. 29Record
  53. 30Simple, perhaps you have defined real in a FOR loop     instead of a scalar type
  54. 31Simple
  55. 32
  56. 33
  57. 34
  58. 35
  59. 36Type
  60. 37Untyped
  61. 40 label, look for a statement that is referencing an undefinedlabel
  62. 41Unknown syntax error
  63. 42 in preceding definitions, a preceding     pointer type definition contains a reference to a unknown type identifier
  64. 43Duplicate label, a identifier or label has already been used within the current block
  65. 44Type mismatch
  66. 45
  67. 46 and CASE selector
  68. 47Operand(s) operator, look for a mixing of integer operators (i.e. DIV) with reals (i.e. 1.333), for example
  69. 48 result, valid types are all scalar types, string types, and pointer types
  70. 49  length, the length of a string must be in the range of 1..255
  71. 50 length
  72. 51 subrange base, valid base types are all scalar types, except real
  73. 52Lower bound > upper bound, note that the ordinal value of the lower bound must be less than that of the upper bound
  74. 53Reserved word, these may not be used as identifiers
  75. 54 assignment
  76. 55 exceeds line, string constants must not span lines
  77. 56Error in integer, perhaps not in Integer range of -32768..32767, or have mistakenly placed a decimal point in a integer
  78. 57Error in
  79. 58 character in
  80. 60s
  81. 61 s ands
  82. 62Structureds, perhaps by mistake placed a{ instead of a [ or (, or perhaps a wrong type being passed in a procedure call
  83. 63s
  84. 64s and untypeds
  85. 65Untypeds
  86. 66I/O, variables of this type cannot be input or output
  87. 67 s must be parameters
  88. 68  componentss, file of file constructs are not allowed
  89. 69dering of fields
  90. 70Set base, base type of a set must be a scalar with no more than 256 possible values
  91. 71 GOTO, a GOTO cannot reference a label within a FOR loop from outside of that FOR loop
  92. 72Label not within current block, a GOTO cannot reference a label outside the current block
  93. 73 FORWARD procedure(s), a subprogram has been forward declared, but the body never occurred
  94. 74INLINE error
  95. 75 use of ABSOLUTE
  96. 76Overlays forwarded, the FORWARD specification cannot be used in connection with overlays
  97. 77Overlays in direct mode, overlays can only be used from programs compiled to a file
  98. 90  not found, the specified include file does not exist
  99. 91Unexpected end of source, program cannot end the way it is, perhaps   too many BEGINS than ENDS
  100. 92Unable to create overlay
  101. 93 compiler directive
  102. 96Nested include files 
  103. 97Too many nested WITH's
  104. 98Memory, you are trying to allocate more storage for variables than is available
  105. 99Compiler, not enough memory to compile program, break source code into smaller segments and use include files