Pentagram: Difference between revisions

m
(clarify task)
Line 128:
 
=={{header|Tcl}}==
This implementation draws a simple pentagonpentagram on a [http://wiki.tcl.tk/1415 Canvas] widget.
<lang Tcl>
package require Tk
Anonymous user