----- Original Message -----
From: "Ronald Lamprecht" <[EMAIL PROTECTED]>
To: "Daniel Heck" <[EMAIL PROTECTED]>
Cc: <enigma-devel@nongnu.org>
Sent: Friday, August 11, 2006 5:52 PM
Subject: Re: [Enigma-devel] ant33.lua runtime error under lua 5
Hi Daniel,
Daniel Heck wrote:
It might be wise to look through the other antXX.lua levels to se if he
used the same thing elsewhere.
I just did, I couldn't find another occurrence of this particular
"pattern".
I guess we found another one with a similar pattern that causes trouble:
Same problem. The same solution should work.
that would be "switchb = function() cell{{switch1, switch2}}() end"
But that does not seem to work for some reason.
I am all but certain that should work... but for some reason it does not.
That function is simply an anonymous function that calls the function
returned by the cell function.
With that partiular syntax the cell function is supposed to rutun a fuction
that simply calls switch1() and then switch2().
what does work is "switchb = function() switch1() switch2() end"...
I'm still tring to figure out the problem with the version that uses cell.
_______________________________________________
Enigma-devel mailing list
Enigma-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/enigma-devel