MathGroup Archive 2002

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

Search the Archive

Re: syntax error

  • To: mathgroup at smc.vnet.net
  • Subject: [mg37914] Re: syntax error
  • From: Rainer Gruber <rainer.gruber at gmx.at>
  • Date: Tue, 19 Nov 2002 03:51:34 -0500 (EST)
  • Organization: Johannes Kepler Universitaet Linz
  • References: <ar9vc9$1tm$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

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 slashdot ';' at this point

>         r]]
> 
> [...]

/rainer



  • Prev by Date: Loosing "Del"-key after upgrading to KDE 3.0.4 (SuSE 8.0)?
  • Next by Date: Re: Why is importing the table into Mathematica so slow???
  • Previous by thread: syntax error
  • Next by thread: RE: syntax error