var zero = 0;
status2.setText("about to die...");
// Do our best to create a runtime exception.
// unfortunately none of the obvious things, like
// divide by zero, ('x' instance of 3), etc.
// will cause the flash runtime to throw an exception.
//
throw "Hello";
status0.setText("BAD: should not see this!");