p. 144, example:
"finally" cannot be used in a switch statement, it is reserved for the "try" procedure. Use "default" (without quotes) instead, or you'll get the error:
compilation error at line nn (switch: bad 'case' condition) near "finally", char 1