Re: syntax error
- To: mathgroup at smc.vnet.net
 - Subject: [mg37924] Re: syntax error
 - From: Rainer Gruber <rainer.gruber at gmx.at>
 - Date: Tue, 19 Nov 2002 20:58:37 -0500 (EST)
 - Organization: Johannes Kepler Universitaet Linz
 - References: <ar9vc9$1tm$1@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
[because the first version of this posting contained a 
meaningless word, I send this mail again]
David Afonso wrote:
 > there must be a syntax error..
 >
 > Could you help me find it?
 >
 > f = Function[pp,
 >     Module[{r, aux},
 >       r = new;
 >       aux = pp;
 >       While[emptyQ[aux] == False,
 >           While[emptyQ[top[aux]] == False,
 >             r = push[top[top[aux]], r]; aux = 
push[pop[top[aux]] , pop[aux]]
 >             ];
 >           aux = pop[aux]
 >           ]
              ^
I would suggest a semicolon ';' at this point
 >         r]]
 >
 > [...]
/rainer