On Saturday 19 January 2002 22:05, Brent Dax wrote: > Is this list of special blocks complete and correct? > > BEGIN Executes at the beginning of compilation > CHECK Executes at the end of compilation > INIT Executes at the beginning of run > END Executes at the end of run > PRE Executes at beginning of block entry > POST Executes at end of block entry > NEXT Executes on call to next() within current block > CATCH Executes on exception within current block > KEEP Executes on normal exit of the current block > UNDO Executes on "un-normal" exit of the current block
That matches my list. -- Bryan C. Warnock [EMAIL PROTECTED]