Help for this page

Select Code to Download


  1. or download this
    foreach i {1 2} j {3 4} {
      puts $i
      puts $j
    
    }
    
  2. or download this
    1
    3
    2
    4