3 lines
52 B
Tcl
3 lines
52 B
Tcl
if {$problem} {
|
|
error "some problem occurred"
|
|
}
|
if {$problem} {
|
|
error "some problem occurred"
|
|
}
|