17. April 2004 13:03 schrieb Prof A Olowofoyeku (The African Chief):
Delphi (at least, from from version 2.0 onwards) allows routines that take no parameters to be called with empty brackets appended (e.g., "foo();"), much like C requires. See the test program below. GPC does not allow this. Is there any chance of supporting this in GPC? This program is valid in Delphi, but not in GPC ... begin foo (); end.
What would you think about using braces instead? begin foo {}; end.
I don't think, we should support C-style routines.
Eike