Simple turtle graphics: Difference between revisions

Content added Content deleted
Line 349: Line 349:


Opens a window with the indicated content. House is red, barchart is blue.
Opens a window with the indicated content. House is red, barchart is blue.

Note that we have used the Logo naming convention, which means that the height of our barchart is the <tt>width</tt> parameter in <tt>rectangle</tt> (and, likewise, the width of each bar is the <tt>height</tt> parameter in <tt>rectangle</tt>)


=={{header|Julia}}==
=={{header|Julia}}==