From: George H. <geo...@us...> - 2009-08-08 19:03:16
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18428/src/lib Modified Files: switch.f Log Message: Minor spelling corrections Index: switch.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/switch.f,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** switch.f 16 May 2008 11:53:58 -0000 1.4 --- switch.f 8 Aug 2009 19:02:56 -0000 1.5 *************** *** 270,274 **** \ ** \ ** [SWITCH FOO-ERROR throw SWITCH] ! \ ** : (FOO) -<Some code>- ; \ ** : FOO ['] (foo) catch foo-error ; \ ** An extensible error handler. Initially any errors are simply thrown to the previous CATCH but adding extra --- 270,274 ---- \ ** \ ** [SWITCH FOO-ERROR throw SWITCH] ! \ ** : (FOO) -<Some code>- ; \ ** : FOO ['] (foo) catch foo-error ; \ ** An extensible error handler. Initially any errors are simply thrown to the previous CATCH but adding extra |