[fpc-pascal]replacing BEGIN and END?
Michael Van Canneyt
michael.vancanneyt at wisa.be
Thu Jan 8 10:51:08 CET 2004
On Wed, 7 Jan 2004, Laurent Cocea wrote:
> Hi all-
>
> Do you guys think there might be a way, either at this time or in the
> near future, to replace `BEGIN' with `{' and `END' with `}' in FPC code,
> and still be able to successfully compile it? Thanks.
Not if we can help it. This is pascal, not C.
Besides, { } is used for comments.
Michael.
More information about the fpc-pascal
mailing list