syntax error
- To: mathgroup at smc.vnet.net
- Subject: [mg37901] syntax error
- From: David Afonso <david-afonso at iol.pt>
- Date: Mon, 18 Nov 2002 00:53:18 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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]
]
r]]
it gives gack something estrange when applyed to a list of list. Like: {3Null,7Null...etc}