Re[2]: eval and BEGIN

2002-03-16 Thread Daniel Gardner
Saturday, March 16, 2002, 1:24:11 AM, Jenda Krynicky wrote: > Imagine you need to compute something and the formula is pretty > complex. Then for some input values it is not computeable, > because you divide by zero at one point or other. To find all the > "forbidden" input values and test them

Re: eval and BEGIN

2002-03-15 Thread Jenda Krynicky
From: "James Kelty" <[EMAIL PROTECTED]> > I have looked through the Camel book a couple of times, and I am still > confused as to the usefullness of the eval, and BEGIN type structures. > Could someone give me a 'real-world' example, and po

eval and BEGIN

2002-03-15 Thread James Kelty
I have looked through the Camel book a couple of times, and I am still confused as to the usefullness of the eval, and BEGIN type structures. Could someone give me a 'real-world' example, and possibly another explanation of the two structures? I would like to know if I should be using