Nov 162022
This LOGO program uses procedures (like recipes) for each letter then calls them at the very end of the code.
Open these LOGO files. Can you work out what they do? Can you understand the code?
Can you make a procedure to draw:
- an arc of any size and angle?
- the first letter of you rname any size and position on the canvas?
- new logo page, reset, setpensize 5
- code your letter – test it line by line
- make it a procedure: to… end
- replace fd numbers with :size
- compare with the LOGO programs you have looked at to see what else you need to do
Useing any of the procedure above can you make these shapes?