comparison 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
comparison
equal deleted inserted replaced
1488:89c587478067 1489:3e705c864019
193 "Pass all unnamed arguments to another function call.", }, 193 "Pass all unnamed arguments to another function call.", },
194 194
195 { "break", 195 { "break",
196 "Exit the innermost enclosing while or for loop.", }, 196 "Exit the innermost enclosing while or for loop.", },
197 197
198 { "catch",
199 "begin the cleanup part of a try-catch block", },
200
198 { "continue", 201 { "continue",
199 "Jump to the end of the innermost enclosing while or for loop.", }, 202 "Jump to the end of the innermost enclosing while or for loop.", },
200 203
201 { "else", 204 { "else",
202 "Alternate action for an if block.", }, 205 "Alternate action for an if block.", },
205 "Alternate conditional test for an if block.", }, 208 "Alternate conditional test for an if block.", },
206 209
207 { "end", 210 { "end",
208 "Mark the end of any for, if, while, or function block.", }, 211 "Mark the end of any for, if, while, or function block.", },
209 212
213 { "end_try_catch",
214 "Mark the end of an try-catch block.", },
215
210 { "end_unwind_protect", 216 { "end_unwind_protect",
211 "Mark the end of an unwind_protect block.", }, 217 "Mark the end of an unwind_protect block.", },
212 218
213 { "endfor", 219 { "endfor",
214 "Mark the end of a for loop.", }, 220 "Mark the end of a for loop.", },
240 { "if", 246 { "if",
241 "Begin an if block.", }, 247 "Begin an if block.", },
242 248
243 { "return", 249 { "return",
244 "Return from a function.", }, 250 "Return from a function.", },
251
252 { "try",
253 "Begin a try-catch block.", },
245 254
246 { "unwind_protect", 255 { "unwind_protect",
247 "Begin an unwind_protect block.", }, 256 "Begin an unwind_protect block.", },
248 257
249 { "unwind_protect_cleanup", 258 { "unwind_protect_cleanup",