#!/usr/local/bin/tclsh8.6 expr 3+7 for {set i 1} "$i<=25" {incr i} { puts $i }