The following error:
indicates that the (closing) end-of-statement character ‘;’ is missing at the end of the file.
This can be solved by adding ;
to the last end
statement.
The following error:
indicates that the (closing) end-of-statement character ‘;’ is missing at the end of the file.
This can be solved by adding ;
to the last end
statement.