[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Error 91 Unexpected End of Source pp 324
Source: Compiler
Cause: END missing or mismatch of Begin/End pairs.
Remedy: Check for missing END. statement for Main procedure.
A mismatched Begin/End pair can occur anywhere in the program.
----------------------------------------------------------------------------
Example:
VAR
IntVar : Integer;
BEGIN
(* END. *) { Wrong - End is missing or mismatched }
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson