[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Error 01 Semi-Colon (;) was Expected pp 321
Source: Compiler
Cause: Probable syntax error. Semi-colon missing after statement.
Remedy: Check statement and add semi-colon. Check for incorrect or missing
End statement.
----------------------------------------------------------------------------
Example:
VAR
FileVar : File if Integer ; { Of is mis-spelled }
BEGIN
ClrScr ; { Wrong }
ClrScr ; ; { Correct }
END.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson