in reply to Re^2: Recursion problem
in thread Recursion problem
for $target == 0 any list fulfills the condition
Que? If the target is 0 and the list 1, how does that meet the condition?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Recursion problem
by moritz (Cardinal) on May 25, 2008 at 10:40 UTC | |
by BrowserUk (Patriarch) on May 25, 2008 at 11:22 UTC | |
by moritz (Cardinal) on May 25, 2008 at 11:41 UTC | |
by BrowserUk (Patriarch) on May 25, 2008 at 12:02 UTC | |
by ysth (Canon) on May 25, 2008 at 20:00 UTC | |
|