comparison test/octave.test/try/try-8.m @ 4699:5e2c68946f30

[project @ 2004-01-20 23:04:46 by jwe]
author jwe
date Tue, 20 Jan 2004 23:04:47 +0000
parents f0ab8a324da7
children
comparison
equal deleted inserted replaced
4698:737fd5c0ae06 4699:5e2c68946f30
1 try 1 try
2 try 2 try
3 clear a 3 clear a
4 a; 4 a;
5 catch 5 catch
6 __error_text__ 6 lasterr
7 end_try_catch 7 end_try_catch
8 clear b 8 clear b
9 b; 9 b;
10 catch 10 catch
11 __error_text__ 11 lasterr
12 end_try_catch 12 end_try_catch