Re: [CS3304_1381] Question about Pascal

New Message Reply About this list Date view Thread view Subject view Author view

Logan Hanks (lohanks@VT.EDU)
Fri, 11 Feb 2000 15:31:01 -0500


Message-ID:  <20000211153101.B24242@vt.edu>
Date:         Fri, 11 Feb 2000 15:31:01 -0500
From: Logan Hanks <lohanks@VT.EDU>
Subject:      Re: [CS3304_1381] Question about Pascal

On Fri, Feb 11, 2000 at 03:16:13PM -0500, Robert Blyth wrote:
> How do you use define a procedure in Pascal so that you can give it a
> definition later?

    Append the "forward" keyword, like this:

      procedure doSomething(value : integer); forward;

    Works with functions too, of course.

logan


New Message Reply About this list Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b3 on Fri Feb 11 2000 - 15:28:06 EST