Wednesday, 19 August 2015

Tool Command language (Tcl) .. Second lecture ( lists )

Lists

List is nothing but a group of elements. A group of words either using double quotes or curly braces

set x { red green blue }
    Here we have put three variables in list .

puts [lindex $x 2 ]
      Here we will get print blue.
  

No comments:

Post a Comment

Grammar Mistakes in Technical Paper Writing

Let me share some experience in this post with you. I'm currently in the second year of my Ph.D. program. We are in the middle of paper...