# The following statement would produce
# error because 'stat1' does not exist
# stat1 + 1
# To prevent the statement from
# stopping the process, when can have alternative out
alt = 0
error.out(stats1 + 1, alt)
Run the code above in your browser using DataLab