From: Peter Gerwinski peter@gerwinski.de Subject: Re: Initialisation while declaration To: laussy@nat.fr (FPL) Date: Mon, 4 May 1998 19:29:50 +0200 (MEST) Cc: gpc@hut.fi
According to FPL:
Does GPC support a feature kindwise those of C compiler that is to define the content of something while you declare it?
GPC supports all of the following:
Var i: Integer value 0; (* ISO-10206 Extended Pascal *) j: Integer := 0; (* VAX Pascal *)
k: Integer = 0; (* GPC special *)
This "GPC special" is also supported by Delphi 2.
Best regards, The Chief -------- Dr. Abimbola A. Olowofoyeku (The African Chief) Email: laa12@keele.ac.uk Homepage: http://ourworld.compuserve.com/homepages/African_Chief/ Author of: Chief's Installer Pro 4.25 for Win16 and Win32: ftp://ftp.simtel.net/pub/simtelnet/win3/install/chief425.zip