Tcl
Published: 13:22, Thursday 14 July 2011
Notes
What's this? See my article about Notes.
View as plain text file.
Tool Command Language
commandName arg1 arg2 .. argN
puts "Hello, world!"
command substitution: set sum [expr {1+2}]
variable substitution: puts "The sum is $sum."
backslash substitution: \n
proc procname
Write a Comment
* These fields are mandatory.