Subject SET TERM no longer needed in IB_Script CASE statement
Author Jason Wharton
I am using the BEGIN and END tokens as brackets so I can move through each
statement in a script without using the termination character other than the
semi-colon.

However, Ramil pointed out that I need to take into consideration the CASE
.... END statement. It does not have a BEGIN token but it does have and END
token.

I have taken his recommendation and fixed it for the next beta release.

Can anyone think of any other times there might be an END token without a
BEGIN (or CASE)?

Thanks Ramil!

Jason Wharton