MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

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



  • Prev by Date: Re: Loosing "Del"-key after upgrading to KDE 3.0.4 (SuSE 8.0)?
  • Next by Date: How to do ListPlot with absolute point size?
  • Previous by thread: RE: syntax error
  • Next by thread: Re: Manipulation to Avoid Ungly -(-1+x)/x...