Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!husc6!m2c!wpi!wpi.wpi.edu!tfrancis From: tfrancis@wpi.wpi.edu (Krishan M Nainani) Newsgroups: comp.lang.ada Subject: Passing Procedures as Parameters Message-ID: <3286@wpi.wpi.edu> Date: 18 Jul 89 00:18:17 GMT Sender: tfrancis@wpi.wpi.edu Reply-To: tfrancis@wpi.wpi.edu (Krishan M Nainani) Distribution: usa Organization: Worcester Polytechnic Institute, Worcester, Mass. Lines: 9 Hi, Does anyone know how to pass a procedure as a parameter in the formal parameter list in Ada ? It can be easily done in Pascal whereas, in C, a pointer to the function (or "procedure") is passed. If it can be done what is the syntax ? Your help would be appreciated. Thanx in advance.