08-19-2009, 01:54 PM
|
#17 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
Hope 2 is fine.
P.S. - I'm taking un-nested functions to be something along the lines of
php Code:
this(); is(); a(); cool(); unnested(); string(); of(); functions();
--- And I guess I'll make another little challenge
Challenge 5 (Salathe: added challenge number so we can keep track))
Construct your a looping method to mimic for using only variables inside the scope of the function ( no global keyword )
( I don't expect the break keyword to be respected, that would be a slight more difficult )
Last edited by Salathe : 08-19-2009 at 02:42 PM.
|
|
|
|