Tuesday, September 30, 2014

Me defined


1
;abe:number->image
2
;produces a green outline star of the given size.
3
(EXAMPLE (abe 70) (star 70  "outline""green"))
4
(EXAMPLE (abe 80) (star 80  "outline""green"))
5
(define(abe size) (star size "outline""green"))
> 
(abe 46)

1 comment:

  1. how exactly did you post this, did you copy and paste it?

    I thought it was an image at first, but then jumped when i was able to highlight the text.

    In any case, great work

    ReplyDelete