Re: Visual Studio Information for Borland Delphi Customers




"Chris Burrows" <cfbsoftware@xxxxxxxxxxx> wrote in message
news:44349071@xxxxxxxxxxxxxxxxxxxxxxxxx
"Dan Barclay" <Dan@xxxxxxxx> wrote in message
news:44344978@xxxxxxxxxxxxxxxxxxxxxxxxx


I did try to declare them, then put them down below with no success. I
take it that there just isn't a way to do it.


Died-in-the-wool *Pascal* programmers *expect* the procedure body to be
defined before it is used. Anything else is a habit gained from use of
other languages and is confusing unless used consistently. The true
intention of the 'forward' keyword was just to handle the exceptional case
of mutually recursive procedures (i.e. a calls b and b calls a).

1. I'm not a died in the wool Pascal programmer (you probably knew that).
2. Heck, all of my code is exceptional <g,d&r>

Dan <of course there are all kinds of exceptions>



.



Relevant Pages

  • Re: Alternative to the STOP statement?
    ... Some primitive exceptions, such as ArrayIndexOutOfBoundsException ... bugs, like null-pointer, so that you would have to declare nearly all ... like EOF that are more related to your program structure and logic ... are class names = identifiers not keywords. ...
    (comp.lang.fortran)
  • Re: Use of declare blocks
    ... How about a language extension to omit unused out parameters, ... that having an out parameter that you don't need is a design flaw, ... ignore the exception (or all exceptions). ...
    (comp.lang.ada)
  • Re: Multiple Exception Definitions in One File
    ... > In Ada I could have a package that consisted of a group of exception ... > exceptions in Java, it looks like I have to declare each one individu- ... You can put more than one class into one compilation unit. ...
    (comp.lang.java.programmer)
  • Multiple Exception Definitions in One File
    ... In Ada I could have a package that consisted of a group of exception ... and any compilation unit that "withed" in that package ... exceptions in Java, it looks like I have to declare each one individu- ...
    (comp.lang.java.programmer)
  • Re: task synchronization and activation
    ... and is a much more severe condition. ... > due to lack of resources, or a bug, or any other cause of exceptions. ...
    (comp.lang.ada)