On Tue, 16 Dec 2008 18:58:47 +0100, Robert Jacques <sandford at jhu.edu> wrote: > On Mon, 15 Dec 2008 17:48:21 -0500, mastrost <titi.mastro at free.fr> wrote: > >> In this example, myPureFunction looks like a pure function, does it? > > No it doesn't So this does not seem pure to you? int myPureFunction(int x) { return x; } -- Simen