[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS88 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-04-18 23:20:12
|
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> |