To get expansion of Pascal compile error type HELP PASERR n where 'n' is the error number. 2 1 error in simple type 2 2 identifier expected 2 3 error in value part 2 4 ')' expected 2 5 ':' expected 2 6 illegal symbol 2 7 error in parameter list 2 8 'of' expected 2 9 '(' expected 2 10 error in type 2 11 '[' expected 2 12 ']' expected 2 13 'end' expected 2 14 ';' expected 2 15 integer expected 2 16 '=' expected 2 17 'begin' expected 2 18 error in declaration part 2 19 error in field list 2 20 ',' expected 2 21 constant expected 2 22 'program' expected 2 50 error in constant 2 51 ':=' expected 2 52 'then' expected 2 53 'until' expected 2 54 'do' expected 2 55 'to'/'downto' expected 2 56 'if' expected 2 57 'exit' expected 2 58 error in factor 2 59 error in variable 2 101 identifier declared twice 2 102 low bound must not be greater than high round 2 103 identifier is not of appropriate class 2 104 identifier not declared 2 105 sign not allowed 2 106 number expected 2 107 incompatible subrange type 2 108 file not allowed here 2 109 type must not be real 2 110 tag field must be scalar or subrange 2 111 incompatible with tag field type 2 112 index type must not be real 2 113 index type must be scalar or subrange 2 114 base type must not be real 2 115 base type must be scalar or subrange 2 116 error in type of standard procedure parameter 2 117 unsatisfied forward reference 2 118 forward referenced type identifier in variable declaration 2 119 forward declared: repetition of parameter list not allowed 2 120 function result type must not be files 2 121 file value parameter not allowed 2 122 forward declared function: repetition of result type not allowed 2 123 missing result type in function declaration 2 124 fixed format for real only 2 125 error in type of standard function parameter 2 126 number of parameters does not agree with declaration 2 127 illegal parameter substitution 2 128 result type of parameter function does not agree with declaration 2 129 type conflict of operands 2 130 left operand of set membership test is not scalar or right operand is not of set type 2 131 tests on equality allowed only 2 132 strict inclusion not allowed 2 133 file comparison not allowed 2 134 illegal type of operand(s) 2 135 type of operand must be boolean 2 136 set element type must be scalar or subrange 2 137 set element types not compatible 2 138 type of variable is not array 2 139 index type is not compatible with declaration 2 140 type of variable is not record 2 141 type of variable must be file or pointer 2 142 illegal parameter substitution 2 143 illegal type of loop control variable 2 144 illegal type of expression 2 145 type conflict 2 146 assignment of files not allowed 2 147 label type incompatible with selecting expression 2 148 subrange bounds must be scalar 2 149 index type must not be integer 2 150 assignment to standard function not allowed 2 151 assignment to formal function is not allowed 2 152 no such field in this record 2 153 type error in read 2 154 actual parameter must be a variable 2 155 control variable must not be formal 2 156 multiply defined case label 2 157 too many cases in case statement 2 158 missing corresponding variant declaration 2 159 real and string tag fields not implemented 2 160 previous declaration was not forward 2 161 again forward declared 2 162 slice variant separator is colon 2 163 missing variant in declaration 2 164 missing slice variant in declaration 2 165 multiply defined label 2 166 multiply declared label 2 167 undeclared label 2 168 undefined label 2 169 error in tag field 2 170 variant must have the same type as tag field 2 180 standard file not in program statement 2 181 'input', 'output' or 'tty' missing in program statement 2 182 parameters to external Fortran routines must be var parameters 2 183 body not allowed when not main 2 184 assignment to function only in its body 2 185 an element in a packed array of boolean may not be passed as a var parameter 2 186 case label OTHERS must be last 2 201 error in real constant: digit expected 2 202 string constant contains 'eol' 2 203 integer constant exceeds range 2 204 8 or 9 in octal number 2 205 real constant exceeds range 2 206 octal output format for integers only 2 250 too many nested scopes of identifiers 2 251 too many nested procedures and/or functions 2 253 too much code produced 2 254 too many string/set/real constants in this procedure 2 255 too many errors in this source line 2 399 not implemented 2 400 compiler error 2 600 indextype of boundless array must be of scalar type (but not of type real) 2 601 colon in parameter list must be followed by identifier or array symbol 2 602 boundless arrays must be var specified 2 603 standard functions/procedures are not allowed as actual procedure parameters 2 604 ordinal numbers of setelements must lie in the range 0..63, or ' '..'_' for characters 2 605 the set variables in an expression do not have the same base type 2 606 base types of sets are incompatible 2 609 fortran routines are not allowed as actual procedure parameters 2 610 integer constants required as actual parameters 2 612 parameter list structure of formal and actual procedure are not the same 2 617 parameter must have stringparm form 2 626 only string parameter allowed as parameter to size function 2 900 WARNING: undeclared label 2 901 WARNING: unused declared label 2 902 WARNING: undefined option switch 2 920 WARNING: program statement missing ('input' and 'output' assumed) 2 921 WARNING: Extraneous program parameter ignored. 2 931 WARNING: too many procedures with the first 6 characters in their names equal 2 940 Source code "include" nesting > 3 not allowed 2 941 Error opening include file 2 950 WARNING: Possibly unclosed comment