Advertisement
pleabargain

How to Design Programs, Second Ed exe6a

May 31st, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ;Exercise 6: Use the picture primitives to create the image of a simple automobile.
  2. ;http://www.ccs.neu.edu/home/matthias/HtDP2e/part_one.html#%28part._sec~3aarith-num%29
  3. ;getting no where fast with this one...
  4. ;but this will make a convincing do not enter symbol
  5. (overlay/align "middle" "middle"
  6. (rectangle 150 60 "solid" "white")
  7. (circle 100 "solid" "red"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement