Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

LISP [part '7]

Name: Anonymous 2008-09-13 22:28

LISP

Name: Anonymous 2008-09-28 11:01

>>152
function CreateAdder($x) {
    return function ($y) use (&$x) {
        return $x + $y;
    };
}

$add5 = CreateAdder(5);
echo $add5(10); //15


Time to greenspun, PHP is useful now.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List