[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Error 14 End was Expected pp 321
Source: Compiler
Cause: End is missing or syntax error.
Remedy: Back track from the cursor position to find the last Begin/End
mismatch.
----------------------------------------------------------------------------
Example:
Procedure Dummy;
Begin
Enc { End is spelled incorrectly }
End;
Procedure Dummy;
WriteLn; { No begin or end specified }
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson