|
From: Donald G P. <dg...@ni...> - 2008-12-09 18:38:34
|
dg...@us... wrote:
> ...In fact, I think
> it may be necessary to make that correction
> for simple test cases of [try {throw...}] to
> work as expected.
Confirmed:
% try {throw FOO bar} trap FOO {puts zing!}
bar
% try {return -level 0 -code error -errorcode FOO bar} trap FOO {puts zing!}
zing!
Assuming the actual committed implementation will correct that
problem...
TIP 329: YES
--
| Don Porter Mathematical and Computational Sciences Division |
| don...@ni... Information Technology Laboratory |
| http://math.nist.gov/~DPorter/ NIST |
|______________________________________________________________________|
|