##Trying Out Square
Here are the procedures.
to square fd 50 rt 360 / 4 fd 50 rt 360 / 4 fd 50 rt 360 / 4 fd 50 rt 360 / 4 end to stack square fd 50 square fd 50 square bk 50 + 50 end to stackup stack rt 90 fd 50 lt 90 stack rt 90 fd 50 lt 90 end
The video continues.
And then
The new procedure from the video is:
to stackon repeat 5 [stack fd 10] end
And finally:
to stacks repeat 24 [stackon bk 50 rt 360 / 24] setc random 256 end