LOGO challenge 3 - star square

Creating designs with squares - using the REPEAT command in LOGO. This requires some careful thought on angles

Problem

Here are two ideas for designs based on squares which you might like to create.

 

Image
Logo Challenge 3 - Star Square



 

Image
Logo Challenge 3 - Star Square



A very elegant solution could invovle "nested" REPEATS, that is the REPEAT you use to draw the square inside a REPEAT to draw several squares. 

How about other designs based on squares that use "nested" REPEATs.