On 8 October 2013 00:27, Joseph R. Justice wrote:
I note that there are people who *do* put their home directories, .rc
> files, etc under source control.
Indeed, see for example
http://episodes.gitminutes.com/2013/06/gitminutes-13-richard-hartmann-on.html
- Erlend
I want to create a one dimensional list from a two dimensional source
list. Here is what I have done:
set twoDlist{
{UN "United Nations"}
{EU "European Union}
{BRICS "Brazil, Russia, India, China, South Africa}
}
set oneDlist ""
for {set x 0} {$x < [llength $twoDlist]} {set x [expr {$x +
2 matches
Mail list logo