Version 1 of Tcl Quoting

Updated 2012-11-25 06:21:55 by pooryorick

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

To Do