Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!orion.cf.uci.edu!uci-ics!milne From: milne@ics.uci.edu (Alastair Milne) Newsgroups: comp.lang.pascal Subject: Re: Turbo and Standard Pascal Message-ID: <19440@paris.ics.uci.edu> Date: 11 Jul 89 20:35:02 GMT References: <20172@adm.BRL.MIL> <4822@freja.diku.dk> <4249@eos.UUCP> <2075@csuna.csun.edu> Sender: news@paris.ics.uci.edu Lines: 21 abcscnuk@csuna.csun.edu (Naoto Kimura) writes: > program bleah(output); .... > procedure oof( procedure foo ( bar : integer ); ick : integer ); > begin > writeln('oof: calling passed procedure'); > foo(ick) > end; ... This is the way UCSD Pascal does it (though not, I believe, in versions previous to IV.0) I was sure there was nothing like this in Turbo Pascal. Thanks for clearing it up. BTW, how is scoping defined for procedures passed by the method you describe for Turbo 5.0? Alastair Milne