#!/usr/local/bin/tclsh8.6 for {set i 1} [expr $i <= 25] {incr i} { puts $i }