Message2299

Author salimiles
Recipients
Date 2012-05-30.02:08:45
Content
One problem is that the lua code is fairly non-linear, with every node basically
acting like a goto statement.

The safest way would be to check every node independent of every other node, but
this would mean most nodes would be tested with null variables...
History
Date User Action Args
2012-05-30 02:08:46salimilessetmessageid: <1338343726.01.0.815390144207.issue565@freedroid.org>
2012-05-30 02:08:46salimileslinkissue565 messages
2012-05-30 02:08:45salimilescreate