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