Issue OBJS88 (function tree goes nutty) has just been modified by user rob...@ma...
You can view the issue detail at the following URL:
<http://icandy.homeunix.org:443/scarab/issues/id/OBJS88>
The following modifications were made to this issue:
for example:
<pre>
function monkeynutz()
{
if( ... )
{
function badjuju() { ... }
...
}
else
{
function badjuju() { ... }
...
}
...
}
</pre>
|