Pentagram: Difference between revisions

m
→‎{{header|Tcl}}: {{works with|Tcl|8.6}}
m (→‎{{header|Tcl}}: {{works with|Tcl|8.6}})
Line 181:
=={{header|Tcl}}==
This implementation draws a simple pentagram on a [http://wiki.tcl.tk/1415 Canvas] widget.
{{works with|Tcl|8.6}}
<lang Tcl>
package require Tk 8.6 ;# lmap is new in Tcl/Tk 8.6
Anonymous user