Moi.

lune-lovely's avatar

Birthday: 07/04

Contact

  • Add to Friends
  • Send Message
  • Trade Items
 

About???

... Have a multiplication table ... arrow

(define (count-up-from col row max)
(cond [(= max col) empty]
[else (cons (* col row)
(count-up-from (add1 col) row max))]))
(define (give-row row max)
(count-up-from 0 row max))
(define (count-up-rows row max)
(cond [(= max row) empty]
[else (cons (give-row row max)
(count-up-rows (add1 row) max))]))
(define (mult-table max)
(count-up-rows 0 max))

My Aquarium

Your aquarium is undergoing maintenance!

Comments

View All Comments

Suicidal Aiden Report | 12/09/2009 1:59 pm
Suicidal Aiden
Thankss for shopingg ^.^
Peaches and Screams Report | 05/27/2009 12:22 pm
Peaches and Screams
I picked you as best answer, and now I'm getting my comment bonus.
PetiteCanette Report | 03/11/2009 6:08 pm
PetiteCanette
Thanks for accepting my bid.
Samurai_Sweetie Report | 02/10/2009 5:24 pm
Samurai_Sweetie
thx for shopping come agin
 

Recent Visitors

 

This was a triumph.

I'm making a note here, "Huge success"

It's hard to overstate my satisfaction.

"Aperture Science"

We do what we must, because we can.

For the good of all of us,

Except the ones who are dead.

But there's no sense crying over every mistake.

You just keep on trying 'till you run out of cake.

And the science gets done,

and you make a neat gun

For the people who are still alive.