** Description ** The [Dodekalogue] lays out the rules for Tcl syntax, but the implications of those rules can be somewhat subtle, and it takes some practice to learn how to properly express oneself in Tcl. This page exists to further explain how to "quote" things in a Tcl script ** Introduction ** Because in Tcl, strings don't necessarily need to be "quoted" in any way, "Quoting" may not even be the right word, but for lack of a better one, it will have to do. ** See Also ** * [Move any widget]: which contains an over-quoted script and a fixed version * [Quoting Heaven!]: * [Quoting Hell]: ** To Do ** * fold [Quoting Hell] and [Quoting Heaven!] into this page