Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!lll-winken!uunet!mcvax!unido!gmdzi!kloppen From: kloppen@gmdzi.UUCP (Jelske Kloppenburg) Newsgroups: comp.lang.modula2 Subject: MODULEs body Message-ID: <1007@gmdzi.UUCP> Date: 21 Mar 89 20:33:12 GMT Organization: GMD, Sankt Augustin, F. R. Germany Lines: 18 When I have a Module, that has to initialise itself, I write the corresponding statements into the body of the module. If at program end closing actions are neccessary, I have to do them in the enclosing program. It woud be nice, to have them also in the module. The syntax could be as in SIMULA classes. That would look like this: IMPLEMENTATION MODULE HandleSomeThing; ... BEGIN OpenSomeThing; INNER; CloseThatThing END HandleSomeThing. Kloppenburg@kmx.gmd.dbp.de kloppen@gmdzi.UUCP