Example:
for {set i 0} {$i < 100} {incr i} {
puts $i
}
Last Updated on 2022-01-06 by gantovnik
Jan 6, 2022 | tcl | 0 comments
Example:
for {set i 0} {$i < 100} {incr i} {
puts $i
}
Last Updated on 2022-01-06 by gantovnik
Subscribe now to keep reading and get access to the full archive.
Recent Comments