turlututu on a 3.652394131595452 on a 5.788169724768107 on a 1.7685641775692647 on a 4.258132406630615 on a 6.431358240745663 on a 1.8379522123550773 on a 0.4628330517852833 on a 8.835101355256095 on a 1.5484777891768506
wrong # args: should be "exit code" while executing "exit" (in namespace eval "::request" script line 13) invoked from within "namespace eval ::request $script" ("::try" body line 12)OUTPUT BUFFER:
package require Thread package require tdom puts "turlututu" flush stdout for {set i 0} {$i < 10} {incr i} { set x [expr {rand()*10}] if {[regexp {5} $x]} { puts "on a $x" } } exit