RosettaCodeData/Task/Program-termination/Tcl/program-termination-1.tcl

7 lines
178 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
if {$problem} {
# Print a “friendly” message...
puts stderr "some problem occurred"
# Indicate to the caller of the program that there was a problem
exit 1
}