ZOOM scaleThis command allows FMSLogo to control the scale of the "Screen" window. The argument is the amount to zoom (scale) by. A number greater than 1.0 makes things bigger (for example, 2.0 makes it 2 times bigger), a number smaller than 1.0 makes things smaller (0.5 makes it half as big). If an existing image is on the screen when you zoom it will be stretched or squeezed according to the zoom. The resulting image may look a little jagged, but if you "draw" while zoomed things will not be as jagged.
Even though things may appear jagged FMSLogo remembers everything as if zoom was normal (1.0) and only prints in normal. Once you return to zoom of 1.0 your image will not be stretched or squeezed to fit again. In other words, in a zoom of 1.0 lines never get jagged even if you drew them at zoom 0.5 or 2.0.
ZOOM works best when scale is a power of two, such as 2, 4, 8, 1/2 (0.5), 1/4 (0.25), 1/8 (0.125), etc.
You can also control the zoom factor by using the Zoom Menu.
REPEAT 4 [FORWARD 100 RIGHT 90]
ZOOM 0.5
ZOOM 2.0