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

Need a programmer

Name: DoomGuy 2011-01-07 21:35

Sup guys, first time being here.

I come from /v/, and I wanted to ask if any of you guys are up to help us on making a vidyagaem.

If you want more information, there's my E-mail (you can either e-mail me, or add me to MSN)

My steam ID is Mexicanonymous

So, yeah.

Name: Anonymous 2011-01-08 5:37

>>32

sub times ($i, &f) {
    sub _times($c) {
    if $c > $i {return};
    &f($c);
    _times($c+1);
    }
    _times(0);
}

times 10, -> $i { $i.say }

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