fork download
  1. info script {}
  2. set tcl_interactive 1
  3. set i 0
  4. wh {$i<10} {puts [incr i]}
Success #stdin #stdout 0.03s 5272KB
stdin
Standard input is empty
stdout
1
2
3
4
5
6
7
8
9
10