Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7628721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T05:38:54+00:00 2026-05-31T05:38:54+00:00

I have a question about foreach in tcl: foreach id 6 8 { #do

  • 0

I have a question about foreach in tcl:

foreach id "6 8" {
   #do something here;
}

is this "6 8" a list? and what does “6 8” mean?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T05:38:55+00:00Added an answer on May 31, 2026 at 5:38 am

    The main thing to remember is that Tcl doesn’t have types, per se, at least not in a way that the user should need to worry about them. Rather, each value is a string and each command tries to treat it as the type of value it needs.

    For example:

    set value "1"
    expr {$value + 1} ; # treat $value as a number
    lindex $value 0   ; # treat $value as a list
    

    For your code, the value 6 8 is being interpreted as a list by the foreach command, with the value 6 and 8. The double quotes around the value just group the content inside them as a single value. They (the dqs) don’t signify any specific type (ie, string, list, number).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a question about the windows invariant culture. Succinctly, my question is: does
I am writing a script in Perl and have a question about Perl's foreach
I have a question about outputing a list of objects as a comma separated
The entities and mappings I'm talking about in this question can be found here
I have a question about PHP foreach loops. I'm using it in Codeigniter. Basically
I have a question about arrays and foreach. If i have an array like
I have asked this question about using the a Linq method that returns one
Hey guys, I have a question about asp.net I have this table with checkbox
Hi I have a general question about Lists in C#. Here is my Code:
I'm new here and have a question about C#'s CheckedListBox. I built the CheckedListBox

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.