Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!mailrus!cornell!uw-beaver!uw-june!pattis From: pattis@cs.washington.edu (Richard Pattis) Newsgroups: comp.lang.modula2 Subject: Re: Does Modula-2 have operator overloading? Summary: Yes, Modula-2 has operator overloading Message-ID: <12643@june.cs.washington.edu> Date: 26 Jul 90 00:29:14 GMT References: <824@digi.lonestar.org> Organization: U of Washington, Computer Science, Seattle Lines: 8 Just look at the arithmetic operators: they have various type profiles (for integers, reals, sets). But a programmer has no ability to extend operator overloadings. Rich Pattis