Referenced from lesson Making Flags
For each of the images below, write the code that would reproduce that image using overlay
. The first one has been done for you. (The outermost square is of size 80)
overlay( square(40, "solid", "black"), square(80, "outline", "black")) |
|
For each of the images below, write the code that would reproduce that image using put-image
. The first one has been done for you. (The outermost square is of size 80)
put-image( square(40, "solid", "black"), 60, 60, square(80, "outline", "black")) |
|
These materials were developed partly through support of the National Science Foundation, (awards 1042210, 1535276, 1648684, and 1738598). Bootstrap:Integrated Oklahoma by Jen Poole is licensed under a Creative Commons 4.0 Unported License. Based on a work at www.BootstrapWorld.org. Permissions beyond the scope of this license may be available by contacting schanzer@BootstrapWorld.org.