“This article explains basics concept and syntax of the Tcl
language.“
“For a scripting language, Tcl has a simple syntax.
cmd arg arg arg
A Tcl command is formed by words separated by white space. The
first word is the name of the command, and the remaining words are
arguments to the command.”