205
Error Diagnostics
9
This chapter discusses the errors you may come across while writing software
programs with Pascal. It contains the following sections:
Note –
Appendix B, “Error Messages,” lists in numerical order all the error
messages generated by Pascal.
Compiler Syntax Errors
Here are some common syntax errors in Pascal programs and the ways that the
compiler handles them.
Illegal Characters
Characters such as
@
are not part of Pascal. If they are found in the source
program and are not part of a string constant, a character constant, or a
comment, they are considered to be illegal characters. This error can happen if
you leave off a closing string quotation mark (
'
).
Compiler Syntax Errors
page 205
Compiler Semantic Errors
page 210
Compiler Panics, I/O Errors
page 217
Runtime Errors
page 217
Содержание SunSoft Pascal 4.0
Страница 14: ...xiv Pascal 4 0 User s Guide ...
Страница 16: ...xvi Pascal 4 0 User s Guide ...
Страница 30: ...6 Pascal 4 0 User s Guide 1 ...
Страница 160: ...136 Pascal 4 0 User s Guide 6 ...
Страница 268: ...244 Pascal 4 0 User s Guide 11 ...
Страница 320: ...296 Pascal 4 0 User s Guide B ...
Страница 331: ...Index 307 ...
Страница 333: ......