compile problem
- To: mathgroup at smc.vnet.net
- Subject: [mg91707] compile problem
- From: Christopher Arthur <caa0012 at unt.edu>
- Date: Sat, 6 Sep 2008 02:06:24 -0400 (EDT)
munchito[x_, y_] := x^2 + y^2
totebag = munchitosRecepticle
munchitosRecepticle = {Cooked[munchito], Fried[munchito], \
RoastedOnASpit[munchito]}
Cooked[x_] := 2Fried[x] + RoastedOnASpit[munchito]
Fried[munchito] := Table[munchito[i, j], {i, -5, 5}, {j, -5, 5}]
RoastedOnASpit[munchito] := Reap[Do[Sow[munchito[t, s]], {t, -5, 5}, {s, -5, \
5}]][[2, 1]]
Christopher Arthur
"History is an alternating series of frying pans and fires" -- Peter
Esterhazy