Draws progressively smaller squares side-by-side using recursion
Can adjust wait times in the code, there are two of them: - one for each side in the square loop - one before each recursion step Can also try to change the command move (side) steps it has before calling the recursion step square (side/2) (count-1), e.g. can remove it or say use mode (side/4) steps Not using anymore the now obsolete command "Set Pen Color to ()", but the new one "Set Pen (color) to (block)" command which seems to have a different color range that makes it easier to pick a different color using a numeric progression.