diff src/help.cc @ 1489:3e705c864019

[project @ 1995-09-28 05:38:26 by jwe]
author jwe
date Thu, 28 Sep 1995 05:38:26 +0000
parents 89c587478067
children ee3bfe928671
line wrap: on
line diff
--- a/src/help.cc
+++ b/src/help.cc
@@ -195,6 +195,9 @@
   { "break",
     "Exit the innermost enclosing while or for loop.", },
 
+  { "catch",
+    "begin the cleanup part of a try-catch block", },
+
   { "continue",
     "Jump to the end of the innermost enclosing while or for loop.", },
 
@@ -207,6 +210,9 @@
   { "end",
     "Mark the end of any for, if, while, or function block.", },
 
+  { "end_try_catch",
+    "Mark the end of an try-catch block.", }, 
+
   { "end_unwind_protect",
     "Mark the end of an unwind_protect block.", }, 
 
@@ -243,6 +249,9 @@
   { "return",
     "Return from a function.", },
 
+  { "try",
+    "Begin a try-catch block.", }, 
+
   { "unwind_protect",
     "Begin an unwind_protect block.", },